Add gitea image, update template and update readme.md

Also fixed the position of a previous commit now making the readme alphabetical again
This commit is contained in:
ShiroBlank 2023-12-23 00:58:04 +00:00
parent e11d341fbb
commit f988b61b47
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
- Bazarr - Bazarr
- Beets - Beets
@ -62,6 +63,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.",