mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 02:48:01 +08:00
Add new images
This commit is contained in:
parent
44fa465b13
commit
110e655c43
29
linuxserver.io/apprise-api.xml
Normal file
29
linuxserver.io/apprise-api.xml
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>apprise-api</Name>
|
||||
<Repository>ghcr.io/linuxserver/apprise-api</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/apprise-api</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-apprise-api/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<Project>https://github.com/caronc/apprise-api</Project>
|
||||
<Overview>[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API.
|
||||
|
||||
* Send notifications to more then 65+ services.
|
||||
* An incredibly lightweight gateway to Apprise.
|
||||
* A production ready micro-service at your disposal.
|
||||
|
||||
Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/apprise-api.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/apprise-api.png</Icon>
|
||||
<Config Name="WebUI" Target="8000" Default="8000" Mode="tcp" Description="Port for apprise's interface and API." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where config is stored." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
30
linuxserver.io/hedgedoc.xml
Normal file
30
linuxserver.io/hedgedoc.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>hedgedoc</Name>
|
||||
<Repository>ghcr.io/linuxserver/hedgedoc</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/hedgedoc</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-hedgedoc/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<Project>https://hedgedoc.org/</Project>
|
||||
<Overview>[HedgeDoc](https://hedgedoc.org/) gives you access to all your files wherever you are.
|
||||
|
||||
HedgeDoc is a real-time, multi-platform collaborative markdown note editor. This means that you can write notes with other people on your desktop, tablet or even on the phone. You can sign-in via multiple auth providers like Facebook, Twitter, GitHub and many more on the homepage.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/hedgedoc.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hedgedoc.png</Icon>
|
||||
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="If you wish to access this container from http://{IP}:${PORT}` this *must* be left unchanged." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="HedgeDoc config and configurable files" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="DB_HOST" Target="DB_HOST" Default="<hostname or ip>" Description="Host address of mysql database" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="DB_PORT" Target="DB_PORT" Default="3306" Description="Port to access mysql database default is 3306" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="DB_USER" Target="DB_USER" Default="hedgedoc" Description="Database user" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="DB_PASS" Target="DB_PASS" Default="<secret password>" Description="Database password" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="DB_NAME" Target="DB_NAME" Default="hedgedoc" Description="Database name" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
BIN
linuxserver.io/img/apprise-api.png
Normal file
BIN
linuxserver.io/img/apprise-api.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
linuxserver.io/img/hedgedoc.png
Normal file
BIN
linuxserver.io/img/hedgedoc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
linuxserver.io/img/requestrr.png
Normal file
BIN
linuxserver.io/img/requestrr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
23
linuxserver.io/requestrr.xml
Normal file
23
linuxserver.io/requestrr.xml
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>requestrr</Name>
|
||||
<Repository>ghcr.io/linuxserver/requestrr</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/requestrr</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-requestrr/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<Project>https://github.com/darkalfx/requestrr</Project>
|
||||
<Overview>[Requestrr](https://github.com/darkalfx/requestrr) is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:4545]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/requestrr.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/requestrr.png</Icon>
|
||||
<Config Name="WebUI" Target="4545" Default="4545" Mode="tcp" Description="web gui" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user