Skip to content

Commit

Permalink
Merge pull request #67 from ShiroBlank/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Qballjos authored Dec 23, 2023
2 parents 1da8b90 + f988b61 commit 64f2dda
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
Binary file added Images/gitea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ All templates are already configured to bind mount to various places on your dri

- Adguard
- Airsonic
- ArchiSteamFarm
- Authelia
- ArchiSteamFarm
- Bazarr
Expand All @@ -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
Expand Down
39 changes: 39 additions & 0 deletions Template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 64f2dda

Please sign in to comment.