mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
Fix issue with ports on gitea
This commit is contained in:
parent
32d6be6262
commit
f572633dbd
@ -22,7 +22,7 @@ Followed instructions on Gitea page: https://docs.gitea.com/next/installation/in
|
|||||||
|
|
||||||
4. Stop server and set value in app.ini.
|
4. Stop server and set value in app.ini.
|
||||||
|
|
||||||
Add magic line to /data/persistent/gitea/gitea/gitea/conf/app.ini because local workers will otherwise assume they can use our custom port 3330 to reach services locally. Have to specify local url here.
|
Add magic line to /data/persistent/gitea/gitea/gitea/conf/app.ini because local workers will otherwise assume they can use our port 3000 to reach services locally. Have to specify local url here.
|
||||||
|
|
||||||
This goes in the [server] section. (https://docs.gitea.com/next/administration/config-cheat-sheet)
|
This goes in the [server] section. (https://docs.gitea.com/next/administration/config-cheat-sheet)
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ Also modify the following:
|
|||||||
|
|
||||||
Then start containers again.
|
Then start containers again.
|
||||||
|
|
||||||
5. Go to xxx.xxx.xx.xxx:3300 and fill out initial config. Everything should match up to default values.
|
5. Go to xxx.xxx.xx.xxx:3000 and fill out initial config. Everything should match up to default values.
|
||||||
|
|
||||||
|
|
||||||
Some things that were weird:
|
Some things that were weird:
|
||||||
|
@ -4,14 +4,3 @@ Reference: https://hub.docker.com/_/monica
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Using the default dockerfile provided, change the following
|
|
||||||
|
|
||||||
- ports - default port will collide with traefik. Use something like 8022.
|
|
||||||
|
|
||||||
- APP_KEY - generated with `echo -n 'base64:'; openssl rand -base64 32` like they suggest.
|
|
||||||
|
|
||||||
- env vars - change default user/pw
|
|
||||||
|
|
||||||
- Add traefik tags.
|
|
||||||
|
|
||||||
Run everything & follow instructions.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user