Merge pull request #67 from ShiroBlank/master

This commit is contained in:
Jos Visser 2023-12-23 10:01:39 +01:00 committed by GitHub
commit 64f2dda51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 0 deletions

BIN
Images/gitea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -38,6 +38,7 @@ All templates are already configured to bind mount to various places on your dri
- Adguard - Adguard
- Airsonic - Airsonic
- ArchiSteamFarm
- Authelia - Authelia
- ArchiSteamFarm - ArchiSteamFarm
- Bazarr - Bazarr
@ -63,6 +64,7 @@ All templates are already configured to bind mount to various places on your dri
- Filebrowser - Filebrowser
- Freshrss - Freshrss
- Gazee - Gazee
- Gitea
- Guacamole - Guacamole
- Grocy - Grocy
- Htpcmanager - Htpcmanager

View File

@ -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"], "categories": ["Other", "Tools"],
"description": "A clientless remote desktop gateway.", "description": "A clientless remote desktop gateway.",