Skip to content

Question on sync for multiple accounts on the same Linux machine (if feasable) #365

Answered by philosowaffle
BowmanRA asked this question in Q&A
Discussion options

You must be logged in to vote

Great question, looking through your setup, I think the problem is you've got some Ports misconfigured and your WebUI config is still trying to talk to the wrong P2G Api container name.

There are a couple different ways to organize your docker containers for multi-user P2G, but I prefer the below approach as it keeps things organized, segregated, and not overly complex. (this sounds like the approach you were already attempting to do 😃 )

Here is how I have mine setup, hosting for a few family members:

folder structure

- p2g/
  | user1/
     | data/
     | api.config.json
     | webui.config.json
     | docker-compose.yaml
  | user2/
     | data/
     | api.config.json
     | webui.config.…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BowmanRA
Comment options

Answer selected by BowmanRA
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants