Docker-compose configuration for local home network #32
-
Is it possible to run Mangatsu (backend and frontend as per the docker-compose installation file) on a home network (no DNS server, no domain names)? Looking at the docker-compose, it seems like it is imperative that Mangatsu has to use a proper domain, but I figured I might at least ask if that's the case. It seems like an awesome manga library solution, especially compared to the alternatives. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Apologies for a bit late answer. Yes, everything should work fine on a home network without proper domain as well! At the time of writing use the main branch releases of Mangatsu to get the latest changes:
Updated docker-compose.example.yml ServerWhen it comes to the backend side of things there are three environmental variables you will want to keep your eye on.
WebAs for frontend, there are three environmental variables you will want to change.
|
Beta Was this translation helpful? Give feedback.
-
And forgot to say thanks! There's still a lot to do of course. |
Beta Was this translation helpful? Give feedback.
Apologies for a bit late answer. Yes, everything should work fine on a home network without proper domain as well!
At the time of writing use the main branch releases of Mangatsu to get the latest changes:
Updated docker-compose.example.yml
Server
When it comes to the backend side of things there are three environmental variables you will want to keep your eye on.
localhost
or to an IP used in the internal networkMTSU_STRICT_ACAO
is set true, to only allow access from the domain in question.'false'