diff --git a/Images/gitea.png b/Images/gitea.png new file mode 100644 index 0000000..bf0bedf Binary files /dev/null and b/Images/gitea.png differ diff --git a/README.md b/README.md index 80b8c04..42247c0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ All templates are already configured to bind mount to various places on your dri - Adguard - Airsonic + - ArchiSteamFarm - Authelia - ArchiSteamFarm - Bazarr @@ -63,6 +64,7 @@ All templates are already configured to bind mount to various places on your dri - Filebrowser - Freshrss - Gazee + - Gitea - Guacamole - Grocy - Htpcmanager diff --git a/Template/template.json b/Template/template.json index ab8a946..0fec808 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1011,6 +1011,45 @@ } ] }, + { + "categories": ["Web","Tools"], + "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "gitea/gitea:latest", + "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gitea.png", + "name": "gitea", + "note": "Use SQLite3 for the database unless you have an external one setup.", + "ports": ["3000:3000/tcp", "222:22/tcp"], + "platform": "linux", + "restart_policy": "unless-stopped", + "title": "Gitea", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Gitea", + "container": "/data" + }, + { + "bind": " /etc/timezone", + "container": "/etc/timezone:ro" + }, + { + "bind": "/etc/localtime", + "container": "/etc/localtime:ro" + } + ] + }, { "categories": ["Other", "Tools"], "description": "A clientless remote desktop gateway.",