This commit is contained in:
Andrew Z 2021-03-13 14:03:01 -05:00
parent 422974ada2
commit 91fd619307
10 changed files with 1553 additions and 444 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1615654960
"last_updated_timestamp": 1615662178
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1 +1,3 @@
[]
[
"linuxserver's Repository"
]

View File

@ -1500,5 +1500,8 @@
"tenasi/plexannouncer": 1615509530,
"archivebox/archivebox:latest": 1615539776,
"vabene1111/recipes:latest": 1615568571,
"https://s3.amazonaws.com/dnld.lime-technology.com/unraid-api/dynamix.unraid.net.plg": 1615601778
"https://s3.amazonaws.com/dnld.lime-technology.com/unraid-api/dynamix.unraid.net.plg": 1615601778,
"ghcr.io/linuxserver/apprise-api": 1615662176,
"ghcr.io/linuxserver/hedgedoc": 1615662177,
"ghcr.io/linuxserver/requestrr": 1615662177
}

View File

@ -72380,7 +72380,7 @@
"FirstSeen": 1613941347
},
{
"Name": "Recipes",
"Name": "TandoorRecipes",
"Repository": "vabene1111/recipes",
"Registry": "https://hub.docker.com/r/vabene1111/recipes/",
"Network": "bridge",
@ -72388,7 +72388,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/98179-support-recipes-corneliousjd-repo/",
"Project": "https://github.com/vabene1111/recipes",
"Overview": "Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.",
"Overview": "Tanmdoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.",
"WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/recipes.xml",
"Icon": "https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/recipes.png",
@ -72712,7 +72712,7 @@
],
"Repo": "CorneliousJD's Repository",
"Date": "1603505691",
"Description": "Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.",
"Description": "Tanmdoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.",
"templatePath": "/tmp/GitHub/AppFeed/templates/CorneliousJDsRepository/recipes.xml",
"CategoryList": [
"Productivity"
@ -167688,172 +167688,6 @@
"LastUpdateScan": 1614697355,
"FirstSeen": 1591308508
},
{
"Name": "TandoorRecipes",
"Repository": "vabene1111/recipes:latest",
"Registry": "https://www.github.com/vabene1111/recipes",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://docs.tandoor.dev/",
"Overview": "The recipe manager that allows you to manage your ever growing collection of digital recipes.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/TandoorRecipes.xml",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/TandoorRecipes.png",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "SECRET_KEY",
"Target": "SECRET_KEY",
"Default": "YOUR_SECRET_KEY",
"Mode": "",
"Description": "SECRET_KEY",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "YOUR_SECRET_KEY"
},
{
"@attributes": {
"Name": "POSTGRES_HOST",
"Target": "POSTGRES_HOST",
"Default": "192.168.1.100",
"Mode": "",
"Description": "POSTGRES_HOST",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "192.168.1.100"
},
{
"@attributes": {
"Name": "POSTGRES_PORT",
"Target": "POSTGRES_PORT",
"Default": "5432",
"Mode": "",
"Description": "POSTGRES_PORT",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5432"
},
{
"@attributes": {
"Name": "POSTGRES_USER",
"Target": "POSTGRES_USER",
"Default": "postgres",
"Mode": "",
"Description": "POSTGRES_USER",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "postgres"
},
{
"@attributes": {
"Name": "POSTGRES_PASSWORD",
"Target": "POSTGRES_PASSWORD",
"Default": "YOUR_POSTGRES_SECRET_KEY",
"Mode": "",
"Description": "POSTGRES_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "YOUR_POSTGRES_SECRET_KEY"
},
{
"@attributes": {
"Name": "POSTGRES_DB",
"Target": "POSTGRES_DB",
"Default": "",
"Mode": "",
"Description": "POSTGRES_DB",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "djangodb"
},
{
"@attributes": {
"Name": "Media Files",
"Target": "/opt/recipes/mediafiles",
"Default": "/mnt/user/appdata/trecipes/mediafiles/",
"Mode": "rw",
"Description": "Media Files",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/trecipes/mediafiles/"
},
{
"@attributes": {
"Name": "Static Files",
"Target": "/opt/recipes/staticfiles",
"Default": "/mnt/user/appdata/trecipes/staticfiles/",
"Mode": "rw",
"Description": "Static Files",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/trecipes/staticfiles/"
},
{
"@attributes": {
"Name": "DB_ENGINE",
"Target": "DB_ENGINE",
"Default": "django.db.backends.postgresql",
"Mode": "",
"Description": "DB_ENGINE",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "django.db.backends.postgresql"
}
],
"Repo": "A75G's Repository",
"Description": "The recipe manager that allows you to manage your ever growing collection of digital recipes.",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/TandoorRecipes.xml",
"CategoryList": [
"Productivity"
],
"downloads": 869331,
"stars": 8,
"LastUpdateScan": 1615568571,
"FirstSeen": 1615568571
},
{
"Name": "tar1090",
"Repository": "mikenye/tar1090:latest",
@ -188332,6 +188166,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1615654958,
"FirstSeen": 1613057018
},
{

View File

@ -43107,5 +43107,35 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"ghcr.io/linuxserver/apprise-api": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1615662176,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"ghcr.io/linuxserver/hedgedoc": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1615662177,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"ghcr.io/linuxserver/requestrr": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1615662177,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -65,9 +65,18 @@
]
},
"linuxserver's Repository": {
"ghcr.io/linuxserver/apprise-api": [
"No category entry present"
],
"linuxserver/codiad": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]/"
],
"ghcr.io/linuxserver/hedgedoc": [
"No category entry present"
],
"ghcr.io/linuxserver/requestrr": [
"No category entry present"
],
"linuxserver/sickgear": [
"No category entry present"
]
@ -721,5 +730,5 @@
]
}
},
"caFixed": 211
"caFixed": 214
}

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/docker-templates/master/linuxserver.io/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>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where config is stored." Type="Path" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Description>(https://github.com/caronc/apprise-api) Takes advantage of (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.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/apprise-api.xml</templatePath>
</Container>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/docker-templates/master/linuxserver.io/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>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Description>(https://github.com/darkalfx/requestrr) is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/requestrr.xml</templatePath>
</Container>