This commit is contained in:
Andrew Z 2022-01-31 16:03:36 -05:00
parent b089571c8d
commit dd6d6f3185
6 changed files with 447 additions and 25 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1643656073
"last_updated_timestamp": 1643663015
}

View File

@ -163906,7 +163906,7 @@
"Required": "false",
"Mask": "false"
},
"value": "5900"
"value": "6742"
}
],
"Repo": "capt.asic's Repository",
@ -210263,6 +210263,135 @@
"LastUpdateScan": 1642950183,
"FirstSeen": 1640351013
},
{
"Name": "DailyTxT",
"Repository": "phitux/dailytxt",
"Registry": "https://hub.docker.com/r/phitux/dailytxt/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/119390-support-smartphonelover-dailytxt/",
"Project": "https://github.com/PhiTux/DailyTxT",
"Overview": "DESCRIPTION\r\nDailyTxT is an encrypted Diary Web-App to simply write down your stories of the day and to easily find them again. It is written in Python Flask (Backend) and Vue.JS (Frontend) and meant to be run via Docker.\r\n\r\nFeatures:\r\n\u2022 Encryption\r\n\u2022 File upload\r\n\u2022 Search\r\n\u2022 Multi language\r\n\u2022 Responsive design (mobiles)\r\n\u2022 Multi user\r\n\r\nNOTES\r\n\u2022 When configuring the WebUI port, if not the same by default, be sure to configure the 'PORT' variable with the same port number.\r\n\r\nVERSION\r\n1.0 (2022-01-31)",
"WebUI": "http://[IP]:[PORT:8765]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/master/templates/DailyTxT.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/dailytxt.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "8765",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8765"
},
{
"@attributes": {
"Name": "SECRET_KEY",
"Target": "SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "Generate secret key, by running the following cmd from unRAID Terminal: 'openssl rand -base64 32'.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage (data)",
"Target": "/app/data/",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/dailytxt"
},
{
"@attributes": {
"Name": "ALLOW_REGISTRATION",
"Target": "ALLOW_REGISTRATION",
"Default": "",
"Mode": "",
"Description": "Enables or disables registration for new users. (True/False)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "True"
},
{
"@attributes": {
"Name": "DATA_INDENT",
"Target": "DATA_INDENT",
"Default": "",
"Mode": "",
"Description": "Use this if you want the JSON log file to be indented. Makes it easier to compare the files.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "2"
},
{
"@attributes": {
"Name": "JWT_EXP_DAYS",
"Target": "JWT_EXP_DAYS",
"Default": "",
"Mode": "",
"Description": "After how many days the JWT token will expire and you have to re-login. (default 30 days)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "7"
},
{
"@attributes": {
"Name": "PORT",
"Target": "PORT",
"Default": "",
"Mode": "",
"Description": "Used to pass the number of the port to the nginx 'default.conf' file, from inside the container.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "8765"
}
],
"Repo": "SmartPhoneLover's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/DailyTxT.xml",
"CategoryList": [
"Productivity",
"Security",
"Tools-Utilities",
"MediaApp-Books"
],
"downloads": 75816,
"stars": 3,
"LastUpdateScan": 1643663014,
"FirstSeen": 1643663014
},
{
"Name": "Docker-Hub-RSS",
"Repository": "theconnman/docker-hub-rss",
@ -212275,20 +212404,23 @@
"CategoryList": [
"Productivity"
],
"downloads": 968736,
"downloads": 1028972,
"stars": 27,
"trending": 9.226,
"trending": 5.854,
"trends": [
9.226
9.226,
5.854
],
"trendsDate": [
1641063838
1641063838,
1643663015
],
"downloadtrend": [
879359,
968736
968736,
1028972
],
"LastUpdateScan": 1641063838,
"LastUpdateScan": 1643663015,
"FirstSeen": 1638464618
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1566,
"last_updated_timestamp": 1643656073,
"last_updated": "2022-01-31 14:07",
"apps": 1567,
"last_updated_timestamp": 1643663015,
"last_updated": "2022-01-31 16:03",
"categories": [
{
"Cat": "Backup:",
@ -164068,7 +164068,7 @@
"Required": "false",
"Mask": "false"
},
"value": "5900"
"value": "6742"
}
],
"Repo": "capt.asic's Repository",
@ -210425,6 +210425,135 @@
"LastUpdateScan": 1642950183,
"FirstSeen": 1640351013
},
{
"Name": "DailyTxT",
"Repository": "phitux/dailytxt",
"Registry": "https://hub.docker.com/r/phitux/dailytxt/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/119390-support-smartphonelover-dailytxt/",
"Project": "https://github.com/PhiTux/DailyTxT",
"Overview": "DESCRIPTION\r\nDailyTxT is an encrypted Diary Web-App to simply write down your stories of the day and to easily find them again. It is written in Python Flask (Backend) and Vue.JS (Frontend) and meant to be run via Docker.\r\n\r\nFeatures:\r\n\u2022 Encryption\r\n\u2022 File upload\r\n\u2022 Search\r\n\u2022 Multi language\r\n\u2022 Responsive design (mobiles)\r\n\u2022 Multi user\r\n\r\nNOTES\r\n\u2022 When configuring the WebUI port, if not the same by default, be sure to configure the 'PORT' variable with the same port number.\r\n\r\nVERSION\r\n1.0 (2022-01-31)",
"WebUI": "http://[IP]:[PORT:8765]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/master/templates/DailyTxT.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/dailytxt.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "8765",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8765"
},
{
"@attributes": {
"Name": "SECRET_KEY",
"Target": "SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "Generate secret key, by running the following cmd from unRAID Terminal: 'openssl rand -base64 32'.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage (data)",
"Target": "/app/data/",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/dailytxt"
},
{
"@attributes": {
"Name": "ALLOW_REGISTRATION",
"Target": "ALLOW_REGISTRATION",
"Default": "",
"Mode": "",
"Description": "Enables or disables registration for new users. (True/False)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "True"
},
{
"@attributes": {
"Name": "DATA_INDENT",
"Target": "DATA_INDENT",
"Default": "",
"Mode": "",
"Description": "Use this if you want the JSON log file to be indented. Makes it easier to compare the files.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "2"
},
{
"@attributes": {
"Name": "JWT_EXP_DAYS",
"Target": "JWT_EXP_DAYS",
"Default": "",
"Mode": "",
"Description": "After how many days the JWT token will expire and you have to re-login. (default 30 days)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "7"
},
{
"@attributes": {
"Name": "PORT",
"Target": "PORT",
"Default": "",
"Mode": "",
"Description": "Used to pass the number of the port to the nginx 'default.conf' file, from inside the container.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "8765"
}
],
"Repo": "SmartPhoneLover's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/DailyTxT.xml",
"CategoryList": [
"Productivity",
"Security",
"Tools-Utilities",
"MediaApp-Books"
],
"downloads": 75816,
"stars": 3,
"LastUpdateScan": 1643663014,
"FirstSeen": 1643663014
},
{
"Name": "Docker-Hub-RSS",
"Repository": "theconnman/docker-hub-rss",
@ -212437,20 +212566,23 @@
"CategoryList": [
"Productivity"
],
"downloads": 968736,
"downloads": 1028972,
"stars": 27,
"trending": 9.226,
"trending": 5.854,
"trends": [
9.226
9.226,
5.854
],
"trendsDate": [
1641063838
1641063838,
1643663015
],
"downloadtrend": [
879359,
968736
968736,
1028972
],
"LastUpdateScan": 1641063838,
"LastUpdateScan": 1643663015,
"FirstSeen": 1638464618
},
{

View File

@ -2034,5 +2034,6 @@
"ghcr.io/guydavis/machinaris-flax-harvester": 1643590999,
"ironsmile/euterpe": 1643634203,
"patrickstigler/quiz-game": 1643641424,
"lscr.io/linuxserver/plex-meta-manager": 1643656073
"lscr.io/linuxserver/plex-meta-manager": 1643656073,
"phitux/dailytxt": 1643663014
}

View File

@ -27716,6 +27716,150 @@
"LastUpdateScan": 1642719863,
"FirstSeen": 1472270400
},
{
"Name": "plex-meta-manager",
"Repository": "lscr.io/linuxserver/plex-meta-manager",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/plex-meta-manager",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"DonateImg": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-plex-meta-manager/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-plex-meta-manager#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-plex-meta-manager#readme",
"Project": "https://github.com/meisnate12/Plex-Meta-Manager",
"Overview": "Plex-meta-manager(https://github.com/meisnate12/Plex-Meta-Manager) is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/plex-meta-manager.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png",
"Config": [
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Local path for plex-meta-manager config files.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_CONFIG",
"Target": "PMM_CONFIG",
"Default": "/config/config.yml",
"Description": "Specify a custom config file to use.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_TIME",
"Target": "PMM_TIME",
"Default": "03:00",
"Description": "Comma-separated list of times to update each day. Format: `HH:MM`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_RUN",
"Target": "PMM_RUN",
"Default": "False",
"Description": "Set to `True` to run without the scheduler.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_TEST",
"Target": "PMM_TEST",
"Default": "False",
"Description": "Set to `True` to run in debug mode with only collections that have `test: true`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_NO_MISSING",
"Target": "PMM_NO_MISSING",
"Default": "False",
"Description": "Set to `True` to run without any of the missing movie/show functions.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/plex-meta-manager.xml",
"LastUpdateScan": 1643656073,
"FirstSeen": 1643656073
},
{
"Name": "projectsend",
"Repository": "lscr.io/linuxserver/projectsend",

View File

@ -60653,19 +60653,22 @@
},
"logicaldoc/logicaldoc-ce": {
"Base": null,
"Downloads": 968736,
"Downloads": 1028972,
"Stars": 27,
"Time": 1641063838,
"trending": 9.226,
"Time": 1643663015,
"trending": 5.854,
"trends": [
9.226
9.226,
5.854
],
"downloadtrend": [
879359,
968736
968736,
1028972
],
"trendsDate": [
1641063838
1641063838,
1643663015
]
},
"afterlogic/docker-aurora-files": {
@ -62359,5 +62362,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"phitux/dailytxt": {
"Base": null,
"Downloads": 75816,
"Stars": 3,
"Time": 1643663014,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}