Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The first step is to set the session #144

Open
lambq opened this issue Jan 20, 2024 · 2 comments
Open

The first step is to set the session #144

lambq opened this issue Jan 20, 2024 · 2 comments

Comments

@lambq
Copy link

lambq commented Jan 20, 2024

Warning: file_put_contents(sessions/users/(.settings.json): Failed to open stream: No such file or directory in /app-host-link/src/Files.php on line 77

http://:9503/system/saveSessionSettings?session=users/&settings[app_info][app_id]=&settings[app_info][app_hash]=

@xtrime-ru
Copy link
Owner

Please provide settings in .env.docker file. If you need multiple accounts, then i recommend to create multiple containers via docker-compose.override.yml. You will need to provide different session names and ports. Optionally you can provide different path to .env.docker in arguments "command". Check README for additional info.

@xtrime-ru
Copy link
Owner

Also you can manually put settings.json in session folder, but its schema can be complicated and its easy to make mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@lambq @xtrime-ru and others