This commit is contained in:
Squidly271 2021-01-09 14:08:38 -05:00
parent 1230d8d2ef
commit 7434d10182
7 changed files with 610 additions and 24 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1610212067
"last_updated_timestamp": 1610219316
}

View File

@ -9999,7 +9999,6 @@
}
},
"WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://calibre-ebook.com/favicon.ico",
"Repo": "aptalca's Repository",
"TemplateURL": "https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/calibre-server.xml",
"ModeratorComment": "Deprecated in favour of the calibre applications from LinuxServer.io",
@ -11051,7 +11050,6 @@
}
},
"WebUI": "http://[IP]:[PORT:8080]/#/client/c/Calibre",
"Icon": "https://calibre-ebook.com/favicon.ico",
"Date": 1498276800,
"Repo": "aptalca's Repository",
"TemplateURL": "https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/rdp-calibre.xml",
@ -169234,7 +169232,7 @@
"CategoryList": [
"Network-DNS"
],
"LastUpdateScan": 1607620103,
"LastUpdateScan": 1610219314,
"FirstSeen": 1599826077
},
{
@ -171954,7 +171952,7 @@
"Other",
"Network-DNS"
],
"LastUpdateScan": 1607620103,
"LastUpdateScan": 1610219314,
"FirstSeen": 1599826078
},
{
@ -172309,7 +172307,7 @@
"Other",
"Network-DNS"
],
"LastUpdateScan": 1607620104,
"LastUpdateScan": 1610219314,
"FirstSeen": 1599826078
},
{
@ -172912,8 +172910,8 @@
"Network-Proxy",
"Network-VPN"
],
"downloads": 2081,
"LastUpdateScan": 1607620104,
"downloads": 2293,
"LastUpdateScan": 1610219315,
"FirstSeen": 1599826079
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1086,
"last_updated_timestamp": 1610212067,
"last_updated": "2021-01-09 12:07",
"last_updated_timestamp": 1610219316,
"last_updated": "2021-01-09 14:08",
"categories": [
{
"Cat": "Backup:",
@ -10157,7 +10157,6 @@
}
},
"WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://calibre-ebook.com/favicon.ico",
"Repo": "aptalca's Repository",
"TemplateURL": "https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/calibre-server.xml",
"ModeratorComment": "Deprecated in favour of the calibre applications from LinuxServer.io",
@ -11209,7 +11208,6 @@
}
},
"WebUI": "http://[IP]:[PORT:8080]/#/client/c/Calibre",
"Icon": "https://calibre-ebook.com/favicon.ico",
"Date": 1498276800,
"Repo": "aptalca's Repository",
"TemplateURL": "https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/rdp-calibre.xml",
@ -169392,7 +169390,7 @@
"CategoryList": [
"Network-DNS"
],
"LastUpdateScan": 1607620103,
"LastUpdateScan": 1610219314,
"FirstSeen": 1599826077
},
{
@ -172112,7 +172110,7 @@
"Other",
"Network-DNS"
],
"LastUpdateScan": 1607620103,
"LastUpdateScan": 1610219314,
"FirstSeen": 1599826078
},
{
@ -172467,7 +172465,7 @@
"Other",
"Network-DNS"
],
"LastUpdateScan": 1607620104,
"LastUpdateScan": 1610219314,
"FirstSeen": 1599826078
},
{
@ -173070,8 +173068,8 @@
"Network-Proxy",
"Network-VPN"
],
"downloads": 2081,
"LastUpdateScan": 1607620104,
"downloads": 2293,
"LastUpdateScan": 1610219315,
"FirstSeen": 1599826079
},
{

View File

@ -178080,5 +178080,597 @@
"stars": 85,
"LastUpdateScan": 1609974465,
"FirstSeen": 1609974465
},
{
"Name": "wger-unraid",
"Repository": "aronwk/wger:latest",
"Registry": "https://registry.hub.docker.com/r/aronwk/wger",
"Network": "sebnet",
"Shell": "sh",
"Privileged": "false",
"Project": "https://wger.de/software/features",
"Overview": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web\n application that help you manage your personal workouts, weight and diet plans and can also\n be used as a simple gym management utility. It offers a REST API as well, for easy\n integration with other projects and tools.",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/wger-project/unraid-templates/master/wger.xml",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "sebnet",
"Publish": {
"Port": {
"HostPort": "",
"ContainerPort": "8000",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/wger/media",
"ContainerDir": "/home/wger/media",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/wger/static",
"ContainerDir": "/home/wger/static",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "django.db.backends.postgresql",
"Name": "DJANGO_DB_ENGINE",
"Mode": ""
},
{
"Value": "wger",
"Name": "DJANGO_DB_DATABASE",
"Mode": ""
},
{
"Value": "wger",
"Name": "DJANGO_DB_USER",
"Mode": ""
},
{
"Value": "",
"Name": "DJANGO_DB_PASSWORD",
"Mode": ""
},
{
"Value": "",
"Name": "DJANGO_DB_HOST",
"Mode": ""
},
{
"Value": "5432",
"Name": "DJANGO_DB_PORT",
"Mode": ""
},
{
"Value": "US/Central",
"Name": "TIME_ZONE",
"Mode": ""
},
{
"Value": "",
"Name": "SITE_URL",
"Mode": ""
},
{
"Value": "",
"Name": "ALLOW_REGISTRATION",
"Mode": ""
},
{
"Value": "",
"Name": "ALLOW_GUEST_USERS",
"Mode": ""
},
{
"Value": "",
"Name": "SECRET_KEY",
"Mode": ""
},
{
"Value": "",
"Name": "ENABLE_EMAIL",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL_HOST",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL_PORT",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL_HOST_USER",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL_HOST_PASSWORD",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL_USE_TLS",
"Mode": ""
},
{
"Value": "False",
"Name": "EMAIL_USE_SSL",
"Mode": ""
},
{
"Value": "admin@aronwk.com",
"Name": "FROM_EMAIL",
"Mode": ""
},
{
"Value": "",
"Name": "RECAPTCHA_PUBLIC_KEY",
"Mode": ""
},
{
"Value": "",
"Name": "RECAPTCHA_PRIVATE_KEY",
"Mode": ""
},
{
"Value": "False",
"Name": "NOCAPTCHA",
"Mode": ""
},
{
"Value": "",
"Name": "DJANGO_CACHE_BACKEND",
"Mode": ""
},
{
"Value": "",
"Name": "DJANGO_CACHE_TIMEOUT",
"Mode": ""
},
{
"Value": "",
"Name": "DJANGO_CACHE_LOCATION",
"Mode": ""
},
{
"Value": "django_redis.client.DefaultClient",
"Name": "DJANGO_CACHE_CLIENT_CLASS",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "PORT",
"Target": "8000",
"Default": "8000",
"Mode": "tcp",
"Description": "WebUI port: 8000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8555\n "
},
{
"@attributes": {
"Name": "DJANGO_DB_ENGINE",
"Target": "DJANGO_DB_ENGINE",
"Default": "django.db.backends.postgresql",
"Mode": "",
"Description": "Database Engine",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "\n django.db.backends.postgresql\n "
},
{
"@attributes": {
"Name": "DJANGO_DB_DATABASE",
"Target": "DJANGO_DB_DATABASE",
"Default": "wger",
"Mode": "",
"Description": "Database Name",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "wger\n "
},
{
"@attributes": {
"Name": "DJANGO_DB_USER",
"Target": "DJANGO_DB_USER",
"Default": "wger",
"Mode": "",
"Description": "Database User",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "wger\n "
},
{
"@attributes": {
"Name": "DJANGO_DB_PASSWORD",
"Target": "DJANGO_DB_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Database password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "DJANGO_DB_HOST",
"Target": "DJANGO_DB_HOST",
"Default": "",
"Mode": "",
"Description": "Database host",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DJANGO_DB_PORT",
"Target": "DJANGO_DB_PORT",
"Default": "5432",
"Mode": "",
"Description": "Database port",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5432\n "
},
{
"@attributes": {
"Name": "TIME_ZONE",
"Target": "TIME_ZONE",
"Default": "US/Central",
"Mode": "",
"Description": "Time Zone",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "US/Central\n "
},
{
"@attributes": {
"Name": "SITE_URL",
"Target": "SITE_URL",
"Default": "",
"Mode": "",
"Description": "SITE_URL: ex. http://www.my-local-gym.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DJANGO_MEDIA_ROOT",
"Target": "/home/wger/media",
"Default": "",
"Mode": "rw",
"Description": "Path to uploaded files",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/wger/media\n "
},
{
"@attributes": {
"Name": "DJANGO_STATIC_ROOT",
"Target": "/home/wger/static",
"Default": "",
"Mode": "rw",
"Description": "DJANGO_STATIC_ROOT",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/wger/static\n "
},
{
"@attributes": {
"Name": "ALLOW_REGISTRATION",
"Target": "ALLOW_REGISTRATION",
"Default": "True",
"Mode": "",
"Description": "Default: True",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ALLOW_GUEST_USERS",
"Target": "ALLOW_GUEST_USERS",
"Default": "True",
"Mode": "",
"Description": "Default: True",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SECRET_KEY",
"Target": "SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "Must be 50 characters",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ENABLE_EMAIL",
"Target": "ENABLE_EMAIL",
"Default": "False",
"Mode": "",
"Description": "Enable SMTP email setting: True/False; Default False",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False\n "
},
{
"@attributes": {
"Name": "EMAIL_HOST",
"Target": "EMAIL_HOST",
"Default": "",
"Mode": "",
"Description": "EMAIL_HOST",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "EMAIL_PORT",
"Target": "EMAIL_PORT",
"Default": "",
"Mode": "",
"Description": "EMAIL_PORT",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "EMAIL_HOST_USER",
"Target": "EMAIL_HOST_USER",
"Default": "",
"Mode": "",
"Description": "EMAIL_HOST_USER",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "EMAIL_HOST_PASSWORD",
"Target": "EMAIL_HOST_PASSWORD",
"Default": "",
"Mode": "",
"Description": "EMAIL_HOST_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "EMAIL_USE_TLS",
"Target": "EMAIL_USE_TLS",
"Default": "False",
"Mode": "",
"Description": "EMAIL_USE_TLS: True/False; Default: False",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "True\n "
},
{
"@attributes": {
"Name": "EMAIL_USE_SSL",
"Target": "EMAIL_USE_SSL",
"Default": "False",
"Mode": "",
"Description": "EMAIL_USE_SSL: True/False; Default: False",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False\n "
},
{
"@attributes": {
"Name": "FROM_EMAIL",
"Target": "FROM_EMAIL",
"Default": "",
"Mode": "",
"Description": "FROM_EMAIL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RECAPTCHA_PUBLIC_KEY",
"Target": "RECAPTCHA_PUBLIC_KEY",
"Default": "",
"Mode": "",
"Description": "RECAPTCHA_PUBLIC_KEY",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RECAPTCHA_PRIVATE_KEY",
"Target": "RECAPTCHA_PRIVATE_KEY",
"Default": "",
"Mode": "",
"Description": "RECAPTCHA_PRIVATE_KEY",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NOCAPTCHA",
"Target": "NOCAPTCHA",
"Default": "false",
"Mode": "",
"Description": "NOCAPTCHA: true/false\r\nDefault: false",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "False\n "
},
{
"@attributes": {
"Name": "DJANGO_CACHE_BACKEND",
"Target": "DJANGO_CACHE_BACKEND",
"Default": "",
"Mode": "",
"Description": "Leave blank for no cache. Otherwise use this example for redis: django_redis.cache.RedisCache\r\n",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DJANGO_CACHE_TIMEOUT",
"Target": "DJANGO_CACHE_TIMEOUT",
"Default": "",
"Mode": "",
"Description": "in seconds",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DJANGO_CACHE_LOCATION",
"Target": "DJANGO_CACHE_LOCATION",
"Default": "",
"Mode": "",
"Description": "Ex: redis://127.0.0.1:6379/1",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DJANGO_CACHE_CLIENT_CLASS",
"Target": "DJANGO_CACHE_CLIENT_CLASS",
"Default": "django_redis.client.DefaultClient",
"Mode": "",
"Description": "Container Variable: DJANGO_CACHE_CLIENT_CLASS",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "django_redis.client.DefaultClient\n "
}
],
"Repo": "rge's Repository",
"Category": "Productivity: Other:",
"OriginalOverview": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web\n application that help you manage your personal workouts, weight and diet plans and can also\n be used as a simple gym management utility. It offers a REST API as well, for easy\n integration with other projects and tools.\n ",
"Description": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web\n application that help you manage your personal workouts, weight and diet plans and can also\n be used as a simple gym management utility. It offers a REST API as well, for easy\n integration with other projects and tools.",
"templatePath": "/tmp/GitHub/AppFeed/templates/rgesRepository/wger.xml",
"CategoryList": [
"Productivity",
"Other"
],
"downloads": 160,
"LastUpdateScan": 1610212065,
"FirstSeen": 1610212065
}
]

View File

@ -38103,7 +38103,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1607620103,
"Time": 1610219314,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -38113,7 +38113,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1607620103,
"Time": 1610219314,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -38123,7 +38123,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1607620104,
"Time": 1610219314,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -38131,9 +38131,9 @@
},
"testdasi/rutorrentvpn-plus-plus:latest": {
"Base": null,
"Downloads": 2081,
"Downloads": 2293,
"Stars": null,
"Time": 1607620104,
"Time": 1610219315,
"trending": null,
"trends": null,
"downloadtrend": null,

View File

@ -34,7 +34,6 @@
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<Icon>https://calibre-ebook.com/favicon.ico</Icon>
<TemplateURL>https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/calibre-server.xml</TemplateURL>
<Deprecated>true</Deprecated>
<Category>MediaServer:Books</Category>

View File

@ -47,7 +47,6 @@
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8080]/#/client/c/Calibre</WebUI>
<Icon>https://calibre-ebook.com/favicon.ico</Icon>
<Date>1498276800</Date>
<TemplateURL>https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/rdp-calibre.xml</TemplateURL>
<Deprecated>true</Deprecated>