add templates
This commit is contained in:
parent
1429356496
commit
1f8452ba20
10 changed files with 151 additions and 0 deletions
23
templates/chibisafe.xml
Normal file
23
templates/chibisafe.xml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>chibisafe</Name>
|
||||||
|
<Repository>chibisafe/chibisafe:latest</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/chibisafe/chibisafe/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project>https://chibisafe.moe/</Project>
|
||||||
|
<Overview>chibisafe is a modern and self-hosted take on file uploading services that can handle anything you throw at it thanks to it's robust and fast API, chunked uploads support and more.
|
||||||
|

|
||||||
|
It's easily customizable and deploying your own instance is a breeze. 
|
||||||
|

|
||||||
|
Default login admin admin</Overview>
|
||||||
|
<Category>Productivity: Tools:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/chibisafe.png</Icon>
|
||||||
|
<Config Name="Port 1" Target="8000" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">24424</Config>
|
||||||
|
<Config Name="Database Path" Target="/home/node/chibisafe/database" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/chibisafe/database/</Config>
|
||||||
|
<Config Name="Uploads Path" Target="/home/node/chibisafe/uploads" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/chibisafe/uploads/</Config>
|
||||||
|
<Config Name="Logs Path" Target="/home/node/chibisafe/logs" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/chibisafe/logs/</Config>
|
||||||
|
</Container>
|
BIN
templates/icons/chibisafe.png
Normal file
BIN
templates/icons/chibisafe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
BIN
templates/icons/linkwarden.png
Normal file
BIN
templates/icons/linkwarden.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 255 KiB |
BIN
templates/icons/plik.png
Normal file
BIN
templates/icons/plik.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/icons/quickshare.png
Normal file
BIN
templates/icons/quickshare.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
34
templates/linkwarden.xml
Normal file
34
templates/linkwarden.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>linkwarden</Name>
|
||||||
|
<Repository>ghcr.io/linkwarden/linkwarden:latest</Repository>
|
||||||
|
<Registry>https://github.com/linkwarden/linkwarden/pkgs/container/linkwarden</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project>https://docs.linkwarden.app/</Project>
|
||||||
|
<Overview>A self-hosted, open-source collaborative bookmark manager to collect, organize, and preserve webpages. 
|
||||||
|
Browser-extension &lt;link&gt;https://github.com/linkwarden/browser-extension&lt;/link&gt;
|
||||||
|
Environment Variables&lt;link&gt;https://docs.linkwarden.app/self-hosting/environment-variables&lt;/link&gt;
|
||||||
|
SSO/OAuth Integrations &lt;link&gt;https://docs.linkwarden.app/self-hosting/sso-oauth&lt;/link&gt;</Overview>
|
||||||
|
<Category>Productivity: Tools:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/linkwarden.png</Icon>
|
||||||
|
<DonateText/>
|
||||||
|
<DonateLink/>
|
||||||
|
<Requires>postgresql</Requires>
|
||||||
|
<Config Name="Port 1" Target="3000" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3050</Config>
|
||||||
|
<Config Name="Database URL" Target="DATABASE_URL" Default="" Mode="" Description="postgresql://[USERNAME]:[PASSWORD]@localhost:[PORT]/[DATABASE]" Type="Variable" Display="always" Required="true" Mask="false">postgresql://[USERNAME]:[PASSWORD]@localhost:[PORT]/[DATABASE]</Config>
|
||||||
|
<Config Name="NEXTAUTH_SECRET" Target="NEXTAUTH_SECRET" Default="" Mode="" Description="Generate using &lt;code&gt;openssl rand -hex 32&lt;/code&gt;" Type="Variable" Display="always" Required="true" Mask="false">generate-me</Config>
|
||||||
|
<Config Name="Data Path" Target="/data/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/linkwarden/</Config>
|
||||||
|
<Config Name="Disable Registration " Target="NEXT_PUBLIC_DISABLE_REGISTRATION" Default="false|true" Mode="" Description="If set to true, registration will be disabled." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
|
||||||
|
<Config Name="NEXT_PUBLIC_CREDENTIALS_ENABLED" Target="NEXT_PUBLIC_CREDENTIALS_ENABLED" Default="true|false" Mode="" Description="If set to true, users will be able to login with username and password." Type="Variable" Display="advanced" Required="false" Mask="false">true</Config>
|
||||||
|
<Config Name="NEXT_PUBLIC_EMAIL_PROVIDER" Target="NEXT_PUBLIC_EMAIL_PROVIDER" Default="false|true" Mode="" Description="If set to true, email will be enabled and you'll need to define the next two variables below." Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
|
||||||
|
<Config Name="EMAIL_FROM" Target="EMAIL_FROM" Default="" Mode="" Description="The email that will send the verification emails." Type="Variable" Display="advanced" Required="false" Mask="false">linkwarden@example.com</Config>
|
||||||
|
<Config Name="EMAIL_SERVER" Target="EMAIL_SERVER" Default="" Mode="" Description="That sensitive string that starts with smtp://..." Type="Variable" Display="advanced" Required="false" Mask="false">smtp://user:pass@smtp:587</Config>
|
||||||
|
<Config Name="PAGINATION_TAKE_COUNT" Target="PAGINATION_TAKE_COUNT" Default="20" Mode="" Description="The numbers of Links to fetch every time you reach to the bottom of the webpage" Type="Variable" Display="advanced" Required="false" Mask="false">20</Config>
|
||||||
|
<Config Name="STORAGE_FOLDER" Target="STORAGE_FOLDER" Default="" Mode="" Description="The folder to store your Screenshot's, PDF's, and profile photos." Type="Variable" Display="advanced" Required="false" Mask="false">/data</Config>
|
||||||
|
<Config Name="AUTOSCROLL_TIMEOUT" Target="AUTOSCROLL_TIMEOUT" Default="" Mode="" Description="The amount of time to wait for the website to be archived (in seconds)." Type="Variable" Display="advanced" Required="false" Mask="false">30</Config>
|
||||||
|
<Config Name="RE_ARCHIVE_LIMIT" Target="RE_ARCHIVE_LIMIT" Default="" Mode="" Description="Adjusts how often a user can trigger a new archive for each link (in minutes)." Type="Variable" Display="advanced" Required="false" Mask="false">5</Config>
|
||||||
|
</Container>
|
27
templates/plik.xml
Normal file
27
templates/plik.xml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>plik</Name>
|
||||||
|
<Repository>rootgg/plik:latest</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/rootgg/plik/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project>https://github.com/root-gg/plik</Project>
|
||||||
|
<Overview>Plik is a scalable file uploading system with multiple backends.
|
||||||
|

|
||||||
|
</Overview>
|
||||||
|
<Category>Productivity: Tools:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/plik.png</Icon>
|
||||||
|
<Requires>Run
|
||||||
|
&lt;code&gt;mkdir -p /mnt/user/appdata/plik/ &amp;&amp; mkdir /mnt/user/appdata/plik/data/ &amp;&amp; wget -O /mnt/user/appdata/plik/plikd.cfg https://raw.githubusercontent.com/root-gg/plik/master/server/plikd.cfg &amp;&amp; chown 1000:1000 /mnt/user/appdata/plik/ &amp;&amp; chown 1000:1000 /mnt/user/appdata/plik/data/ &amp;&amp; chown 1000:1000 /mnt/user/appdata/plik/plikd.cfg&lt;/code&gt;
|
||||||
|

|
||||||
|
Lastly edit plikd.cfg
|
||||||
|
https://github.com/root-gg/plik/blob/master/documentation/docker.md
|
||||||
|
only add /data/ before files" and plik.db" in DataBackend = "file"
|
||||||
|
</Requires>
|
||||||
|
<Config Name="Port 1" Target="8080" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
|
||||||
|
<Config Name="Data Path" Target="/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/plik/data/</Config>
|
||||||
|
<Config Name="plikd.cfg Path" Target="/home/plik/server/plikd.cfg" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/plik/plikd.cfg</Config>
|
||||||
|
</Container>
|
19
templates/quickshare.xml
Normal file
19
templates/quickshare.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>quickshare</Name>
|
||||||
|
<Repository>hexxa/quickshare:latest</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/hexxa/quickshare/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project>https://ihexxa.github.io/quickshare.site/</Project>
|
||||||
|
<Overview>Quick and simple file sharing between different devices, built with Go, React and Typescript. </Overview>
|
||||||
|
<Category>Productivity: Tools:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:8686]</WebUI>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/quickshare.png</Icon>
|
||||||
|
<Config Name="Port 1" Target="8686" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8686</Config>
|
||||||
|
<Config Name="Data Path" Target="/quickshare/root" Default="" Mode="rw" Description="Data Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/quickshare/</Config>
|
||||||
|
<Config Name="Admin Username" Target="DEFAULTADMIN" Default="" Mode="" Description="Admin Username" Type="Variable" Display="always" Required="false" Mask="false">admin</Config>
|
||||||
|
<Config Name="Admin Password" Target="DEFAULTADMINPWD" Default="" Mode="" Description="Admin Password" Type="Variable" Display="always" Required="false" Mask="false">password</Config>
|
||||||
|
</Container>
|
20
templates/reactive-resume-client-v3.xml
Normal file
20
templates/reactive-resume-client-v3.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>reactive-resume-client-v3</Name>
|
||||||
|
<Repository>amruthpillai/reactive-resume:client-3.8.4</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/amruthpillai/reactive-resume/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project>https://rxresu.me/</Project>
|
||||||
|
<Overview>A one-of-a-kind resume builder that keeps your privacy in mind.</Overview>
|
||||||
|
<Category>Productivity:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
|
||||||
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/reactive-resume.xml</TemplateURL>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/reactive-resume.png</Icon>
|
||||||
|
<Requires>reactive-resume-server-v3</Requires>
|
||||||
|
<Config Name="Port" Target="3000" Default="3110" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3110</Config>
|
||||||
|
<Config Name="PUBLIC_URL" Target="PUBLIC_URL" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">http://Unraid_IP:3110</Config>
|
||||||
|
<Config Name="PUBLIC_SERVER_URL" Target="PUBLIC_SERVER_URL" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">http://Unraid_IP:3100</Config>
|
||||||
|
</Container>
|
28
templates/reactive-resume-server-v3.xml
Normal file
28
templates/reactive-resume-server-v3.xml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>reactive-resume-server-v3</Name>
|
||||||
|
<Repository>amruthpillai/reactive-resume:server-3.8.4</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/amruthpillai/reactive-resume/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project>https://rxresu.me/</Project>
|
||||||
|
<Overview>A one-of-a-kind resume builder that keeps your privacy in mind.</Overview>
|
||||||
|
<Category>Productivity:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:3100]/</WebUI>
|
||||||
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/reactive-resume.xml</TemplateURL>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/reactive-resume.png</Icon>
|
||||||
|
<Requires>postgresdb</Requires>
|
||||||
|
<Config Name="Port" Target="3100" Default="3100" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3100</Config>
|
||||||
|
<Config Name="PUBLIC_URL" Target="PUBLIC_URL" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">http://Unraid_IP:3110</Config>
|
||||||
|
<Config Name="PUBLIC_SERVER_URL" Target="PUBLIC_SERVER_URL" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">http://Unraid_IP:3100</Config>
|
||||||
|
<Config Name="POSTGRES_DB" Target="POSTGRES_DB" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">DATABASE_NAME</Config>
|
||||||
|
<Config Name="POSTGRES_USER" Target="POSTGRES_USER" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">DATABASE_USERNAME</Config>
|
||||||
|
<Config Name="POSTGRES_PASSWORD" Target="POSTGRES_PASSWORD" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">DATABASE_PASSWORD</Config>
|
||||||
|
<Config Name="SECRET_KEY" Target="SECRET_KEY" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">change-me-to-something-secure</Config>
|
||||||
|
<Config Name="POSTGRES_HOST" Target="POSTGRES_HOST" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">DATABASE_IP/HOSTNAME</Config>
|
||||||
|
<Config Name="POSTGRES_PORT" Target="POSTGRES_PORT" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">5432</Config>
|
||||||
|
<Config Name="JWT_SECRET" Target="JWT_SECRET" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">change-me-to-something-secure</Config>
|
||||||
|
<Config Name="JWT_EXPIRY_TIME" Target="JWT_EXPIRY_TIME" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">604800</Config>
|
||||||
|
</Container>
|
Loading…
Reference in a new issue