Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sailing:gitea [2024/01/08 09:51] – created willy | sailing:gitea [2024/02/22 09:56] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | emerge gitea: | ||
- | |||
- | echo "> | ||
- | emerge -vp gitea | ||
- | |||
- | |||
- | usermod -d / | ||
- | |||
- | |||
- | edit / | ||
- | < | ||
- | GITEA_CONF="/ | ||
- | |||
- | # Gitea working directory | ||
- | GITEA_WORK_DIR="/ | ||
- | </ | ||
- | |||
- | in app.ini: | ||
- | < | ||
- | HTTP_ADDR = 127.0.0.1 | ||
- | ;; | ||
- | ;; The port to listen on. Leave empty when using a unix socket. | ||
- | HTTP_PORT = 3001 | ||
- | </ | ||
- | |||