mirror of
https://github.com/simon987/unraid-docker-templates.git
synced 2025-04-04 08:12:59 +00:00
more templates
This commit is contained in:
parent
630919c901
commit
ec394089dc
38
simon987/adminer.xml
Normal file
38
simon987/adminer.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>adminer</Name>
|
||||
<Repository>adminer</Repository>
|
||||
<Registry/>
|
||||
<Network>db-net</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support/>
|
||||
<Project/>
|
||||
<Overview/>
|
||||
<Category/>
|
||||
<WebUI>http://192.168.1.180:9080</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/adminer.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1604073601</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description/>
|
||||
<Networking>
|
||||
<Mode>db-net</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>9080</HostPort>
|
||||
<ContainerPort>8080</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data/>
|
||||
<Environment/>
|
||||
<Labels/>
|
||||
<Config Name="9080" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false">9080</Config>
|
||||
</Container>
|
45
simon987/foldingathome.xml
Normal file
45
simon987/foldingathome.xml
Normal file
@ -0,0 +1,45 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>foldingathome</Name>
|
||||
<Repository>ghcr.io/linuxserver/foldingathome</Repository>
|
||||
<Registry/>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support/>
|
||||
<Project/>
|
||||
<Overview/>
|
||||
<Category/>
|
||||
<WebUI/>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/foldingathome.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset>0,1,2,3</CPUset>
|
||||
<DateInstalled>1606487603</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description/>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>7396</HostPort>
|
||||
<ContainerPort>7396</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/config/foldingathome/</HostDir>
|
||||
<ContainerDir>/config/</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment/>
|
||||
<Labels/>
|
||||
<Config Name="7396_tcp" Target="7396" Default="" Mode="tcp" Description="Container Port: 7396" Type="Port" Display="always" Required="false" Mask="false">7396</Config>
|
||||
<Config Name="/config" Target="/config/" Default="" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/config/foldingathome/</Config>
|
||||
</Container>
|
51
simon987/postgres.xml
Normal file
51
simon987/postgres.xml
Normal file
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>postgres</Name>
|
||||
<Repository>postgres:alpine</Repository>
|
||||
<Registry/>
|
||||
<Network>db-net</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support/>
|
||||
<Project/>
|
||||
<Overview/>
|
||||
<Category/>
|
||||
<WebUI/>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/postgres.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1604073618</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description/>
|
||||
<Networking>
|
||||
<Mode>db-net</Mode>
|
||||
<Publish/>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/dbdata/postgres/</HostDir>
|
||||
<ContainerDir>/var/lib/postgresql/data</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value>postgres</Value>
|
||||
<Name>POSTGRES_USER</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>changeme</Value>
|
||||
<Name>POSTGRES_PASSWORD</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="POSTGRES_USER" Target="POSTGRES_USER" Default="" Mode="" Description="Container Variable: POSTGRES_USER" Type="Variable" Display="always" Required="false" Mask="false">postgres</Config>
|
||||
<Config Name="POSTGRES_PASSWORD" Target="POSTGRES_PASSWORD" Default="" Mode="" Description="Container Variable: POSTGRES_PASSWORD" Type="Variable" Display="always" Required="false" Mask="false">changeme</Config>
|
||||
<Config Name="/var/lib/postgresql/data/" Target="/var/lib/postgresql/data" Default="" Mode="rw" Description="Container Path: /var/lib/postgresql/data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/dbdata/postgres/</Config>
|
||||
</Container>
|
76
simon987/rutorrent.xml
Normal file
76
simon987/rutorrent.xml
Normal file
@ -0,0 +1,76 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>rutorrent</Name>
|
||||
<Repository>ghcr.io/linuxserver/rutorrent</Repository>
|
||||
<Registry/>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support/>
|
||||
<Project/>
|
||||
<Overview/>
|
||||
<Category/>
|
||||
<WebUI>http://192.168.1.180:13080/</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/rutorrent.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1605492441</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description/>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>13080</HostPort>
|
||||
<ContainerPort>80</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>5000</HostPort>
|
||||
<ContainerPort>5000</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>51413</HostPort>
|
||||
<ContainerPort>51413</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/config/rutorrent/</HostDir>
|
||||
<ContainerDir>/config/</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/staging/</HostDir>
|
||||
<ContainerDir>/downloads/</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value>1000</Value>
|
||||
<Name>PUID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>1000</Value>
|
||||
<Name>PGID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">1000</Config>
|
||||
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">1000</Config>
|
||||
<Config Name="80_tcp" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="false" Mask="false">13080</Config>
|
||||
<Config Name="5000_tcp" Target="5000" Default="" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
|
||||
<Config Name="51413_tcp" Target="51413" Default="" Mode="tcp" Description="Container Port: 51413" Type="Port" Display="always" Required="false" Mask="false">51413</Config>
|
||||
<Config Name="/config" Target="/config/" Default="" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/config/rutorrent/</Config>
|
||||
<Config Name="/downloads" Target="/downloads/" Default="" Mode="rw" Description="Container Path: /downloads/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/staging/</Config>
|
||||
</Container>
|
76
simon987/syncthing.xml
Normal file
76
simon987/syncthing.xml
Normal file
@ -0,0 +1,76 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>syncthing</Name>
|
||||
<Repository>ghcr.io/linuxserver/syncthing</Repository>
|
||||
<Registry/>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support/>
|
||||
<Project/>
|
||||
<Overview/>
|
||||
<Category/>
|
||||
<WebUI>http://192.168.1.180:8384/</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/syncthing.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1605792477</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description/>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>8384</HostPort>
|
||||
<ContainerPort>8384</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>22000</HostPort>
|
||||
<ContainerPort>22000</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>21027</HostPort>
|
||||
<ContainerPort>21027</ContainerPort>
|
||||
<Protocol>udp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/config/syncthing/</HostDir>
|
||||
<ContainerDir>/config</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/</HostDir>
|
||||
<ContainerDir>/data/</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value>1000</Value>
|
||||
<Name>PUID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>1000</Value>
|
||||
<Name>PGID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="/config" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/config/syncthing/</Config>
|
||||
<Config Name="/data/" Target="/data/" Default="" Mode="rw" Description="Container Path: /data1/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/</Config>
|
||||
<Config Name="8384_tcp" Target="8384" Default="" Mode="tcp" Description="Container Port: 8384" Type="Port" Display="always" Required="false" Mask="false">8384</Config>
|
||||
<Config Name="22000_tcp" Target="22000" Default="" Mode="tcp" Description="Container Port: 22000" Type="Port" Display="always" Required="false" Mask="false">22000</Config>
|
||||
<Config Name="21027_udp" Target="21027" Default="" Mode="udp" Description="Container Port: 21027" Type="Port" Display="always" Required="false" Mask="false">21027</Config>
|
||||
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">1000</Config>
|
||||
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">1000</Config>
|
||||
</Container>
|
58
simon987/teamcity-server.xml
Normal file
58
simon987/teamcity-server.xml
Normal file
@ -0,0 +1,58 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>teamcity-server</Name>
|
||||
<Repository>jetbrains/teamcity-server</Repository>
|
||||
<Registry/>
|
||||
<Network>db-net</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support/>
|
||||
<Project/>
|
||||
<Overview/>
|
||||
<Category/>
|
||||
<WebUI>http://192.168.1.180:8111</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/simon987/unraid-docker-templates/master/icons/teamcity.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1605374644</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description/>
|
||||
<Networking>
|
||||
<Mode>db-net</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>8111</HostPort>
|
||||
<ContainerPort>8111</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/config/teamcity-server/data/</HostDir>
|
||||
<ContainerDir>/data/teamcity_server/datadir/</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/main/config/teamcity-server/logs/</HostDir>
|
||||
<ContainerDir>/opt/teamcity/logs</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value>-Xms1G -Xmx1G -XX:MaxPermSize=270m</Value>
|
||||
<Name>TEAMCITY_SERVER_MEM_OPTS</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="TEAMCITY_SERVER_MEM_OPTS" Target="TEAMCITY_SERVER_MEM_OPTS" Default="" Mode="" Description="Container Variable: TEAMCITY_SERVER_MEM_OPTS" Type="Variable" Display="always" Required="false" Mask="false">-Xms1G -Xmx1G -XX:MaxPermSize=270m</Config>
|
||||
<Config Name="/data/teamcity_server/datadir/" Target="/data/teamcity_server/datadir/" Default="" Mode="rw" Description="Container Path: /root/data/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/config/teamcity-server/data/</Config>
|
||||
<Config Name="/opt/teamcity/logs" Target="/opt/teamcity/logs" Default="" Mode="rw" Description="Container Path: /root/logs/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/main/config/teamcity-server/logs/</Config>
|
||||
<Config Name="8111_tcp" Target="8111" Default="" Mode="tcp" Description="Container Port: 8111" Type="Port" Display="always" Required="false" Mask="false">8111</Config>
|
||||
</Container>
|
Loading…
x
Reference in New Issue
Block a user