added drone-runner and updated gitea-web

This commit is contained in:
Daniel Wolf 2023-04-22 09:58:53 -04:00
parent 2ec330c218
commit 6c6d7cf981
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
2 changed files with 33 additions and 3 deletions

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<Container version="2">
<Name>drone-runner</Name>
<Repository>nephatrine/drone-runner</Repository>
<Registry>https://hub.docker.com/r/nephatrine/drone-runner/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://code.nephatrine.net/NephNET/docker-drone-run/issues</Support>
<Project>https://docs.drone.io/runner/docker/overview/</Project>
<Overview>Drone-Runner-Docker</Overview>
<TemplateURL>https://code.nephatrine.net/nephatrine/unraid-containers/raw/branch/master/nephatrine/drone-runner.xml</TemplateURL>
<Icon>https://nephatrine.net/images/buttons/drone-ci.png</Icon>
<Beta>False</Beta>
<Date>2023-04-22</Date>
<Config Name="System Timezone" Target="TZ" Default="America/New_York" Description="Configuration Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Mount Owner UID" Target="PUID" Default="1000" Description="Configuration Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Mount Owner GID" Target="PGID" Default="100" Description="Configuration Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="Drone RPC Secret" Target="DRONE_RPC_SECRET" Default="" Description="Configuration Variable: DRONE_RPC_SECRET" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Drone Server Protocol" Target="DRONE_RPC_PROTO" Default="http" Description="Configuration Variable: DRONE_RPC_PROTO" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Drone Server Hostname" Target="DRONE_RPC_HOST" Default="example.net" Description="Configuration Variable: DRONE_RPC_HOST" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Drone Runner Name" Target="DRONE_RUNNER_NAME" Default="" Description="Configuration Variable: DRONE_RUNNER_NAME" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Drone Runner Capacity" Target="DRONE_RUNNER_CAPACITY" Default="1" Description="Configuration Variable: DRONE_RUNNER_CAPACITY" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Configuration Mount" Target="/mnt/config" Default="/mnt/user/appdata/drone-runner" Mode="rw" Description="Container Path: /mnt/config" Type="Path" Display="always" Required="true"></Config>
<Config Name="Docker Mount" Target="/run/docker.sock" Default="/var/run/docker.sock" Mode="rw" Description="Container Path: /run/docker.sock" Type="Path" Display="advanced" Required="true"></Config>
</Container>

View File

@ -7,7 +7,7 @@
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://code.nephatrine.net/nephatrine/docker-gitea-web/issues</Support>
<Support>https://code.nephatrine.net/NephNET/docker-gitea-web/issues</Support>
<Project>https://gitea.io/en-us/</Project>
<Overview>Gitea &amp; SQLite</Overview>
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
@ -15,8 +15,7 @@
<Icon>https://nephatrine.net/images/buttons/gitea-web.png</Icon>
<Beta>False</Beta>
<Category>Cloud: Network:Web</Category>
<Date>2021-05-04</Date>
<Date>2023-04-22</Date>
<Config Name="System Timezone" Target="TZ" Default="America/New_York" Description="Configuration Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Mount Owner UID" Target="PUID" Default="1000" Description="Configuration Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"></Config>