gitea-image-forge/org/other/gitea
2024-05-21 17:39:54 +03:00
..
app.ini change org struct, change type of tests 2024-05-21 17:39:54 +03:00
Dockerfile.template change org struct, change type of tests 2024-05-21 17:39:54 +03:00
entrypoint.sh change org struct, change type of tests 2024-05-21 17:39:54 +03:00
README.md change org struct, change type of tests 2024-05-21 17:39:54 +03:00
test.yaml change org struct, change type of tests 2024-05-21 17:39:54 +03:00

dockerfiles-alt-gitea

ALT dockerfile for gitea.

Copy Dockerfile somewhere and build the image: $ docker build --rm -t <username>/gitea .

And launch the gitea container: docker run -d -p 80:3000 -p 2222:22 -v <gitea_path>:/var/lib/gitea <username>/gitea

Configuration

After mounting gitea_path would contain all variable gitea data. Gitea parameters could be customized via files in gitea_path.

Main configuration paths (relative to gitea_path):

  • config -> custom/conf/app.ini;
  • https certificates -> custom/https/;
  • mail certificates -> custom/mailer/;
  • openssh server configuration and keys -> openssh/;
  • sqlite3 database -> data/gitea.db.