This commit is contained in:
Andrew Z 2024-07-15 12:06:47 -04:00
parent 41146a01b7
commit 5fd63251cc
8 changed files with 266 additions and 16 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1721045171
"last_updated_timestamp": 1721059605
}

View File

@ -3105,7 +3105,7 @@
"Productivity",
"Network-Messenger"
],
"LastUpdateScan": 1718460377,
"LastUpdateScan": 1721059600,
"FirstSeen": 1713261967
},
{
@ -302211,6 +302211,122 @@
"LastUpdate": 1707019796,
"FirstSeen": 1702166408
},
{
"Name": "Plex-Rewind",
"Repository": "ghcr.io/raunot/plex-rewind:main",
"Registry": "https://github.com/raunot/plex-rewind/pkgs/container/plex-rewind",
"Branch": [
{
"Tag": "main",
"TagDescription": "Latest stable release"
},
{
"Tag": "develop",
"TagDescription": "Latest development release"
}
],
"Network": "bridge",
"Privileged": "false",
"WebUI": "http://[IP]:[PORT:8383]/",
"Support": "https://github.com/RaunoT/plex-rewind/issues",
"Project": "https://github.com/RaunoT/plex-rewind",
"Overview": "Present Plex user statistics and habits in a beautiful and organized manner \u00e0 la Spotify Wrapped.",
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/plex_rewind.xml",
"Maintainer": {
"WebPage": "https://github.com/nwithan8"
},
"Requires": "<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You must place a copy of &quot;settings.json&quot; in the Config Path for the initial boot: https://github.com/RaunoT/plex-rewind/blob/develop/config/settings.json<br>&nbsp;&nbsp;&nbsp;&nbsp;",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "8383",
"Default": "8383",
"Mode": "tcp",
"Description": "Container Port: 8383",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8383"
},
{
"@attributes": {
"Name": "Site URL",
"Target": "NEXT_PUBLIC_SITE_URL",
"Default": "http://localhost:8383",
"Description": "Change to your domain (and port) if app is publicly exposed.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Authentication Secret",
"Target": "NEXTAUTH_SECRET",
"Default": "",
"Description": "Required to encrypt authentication JWT token. Run 'openssl rand -base64 32' to generate.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Authentication URL",
"Target": "NEXTAUTH_URL",
"Default": "http://localhost:8383",
"Description": "Change to your domain (and port) if app is publicly exposed.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "All-Time Start Date",
"Target": "NEXT_PUBLIC_STATISTICS_START_DATE",
"Default": "2018-01-01",
"Description": "Start date for 'all time' option",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Config Path",
"Target": "/app/config",
"Default": "/mnt/user/appdata/plex_rewind/config",
"Mode": "rw",
"Description": "Where config file will be stored",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/plex_rewind/config"
}
],
"Repo": "grtgbln's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/plex_rewind.xml",
"CategoryList": [
"Tools-Utilities",
"MediaServer"
],
"LastUpdateScan": 1721059600,
"FirstSeen": 1721059600
},
{
"Name": "Posterizarr",
"Repository": "ghcr.io/fscorrupt/docker-posterizarr",
@ -318960,7 +319076,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/dwsnap.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.07.15",
"pluginVersion": "2024.07.15a",
"MinVer": "6.8.3",
"Overview": "A plugin for advanced users installing SnapRAID onto UNRAID systems, now with support for multiple arrays.",
"Icon": "",

View File

@ -1,7 +1,7 @@
{
"apps": 2316,
"last_updated_timestamp": 1721045171,
"last_updated": "2024-07-15 08:06",
"apps": 2317,
"last_updated_timestamp": 1721059605,
"last_updated": "2024-07-15 12:06",
"categories": [
{
"Cat": "AI:",
@ -3271,7 +3271,7 @@
"Productivity",
"Network-Messenger"
],
"LastUpdateScan": 1718460377,
"LastUpdateScan": 1721059600,
"FirstSeen": 1713261967
},
{
@ -302377,6 +302377,122 @@
"LastUpdate": 1707019796,
"FirstSeen": 1702166408
},
{
"Name": "Plex-Rewind",
"Repository": "ghcr.io/raunot/plex-rewind:main",
"Registry": "https://github.com/raunot/plex-rewind/pkgs/container/plex-rewind",
"Branch": [
{
"Tag": "main",
"TagDescription": "Latest stable release"
},
{
"Tag": "develop",
"TagDescription": "Latest development release"
}
],
"Network": "bridge",
"Privileged": "false",
"WebUI": "http://[IP]:[PORT:8383]/",
"Support": "https://github.com/RaunoT/plex-rewind/issues",
"Project": "https://github.com/RaunoT/plex-rewind",
"Overview": "Present Plex user statistics and habits in a beautiful and organized manner \u00e0 la Spotify Wrapped.",
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/plex_rewind.xml",
"Maintainer": {
"WebPage": "https://github.com/nwithan8"
},
"Requires": "<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You must place a copy of &quot;settings.json&quot; in the Config Path for the initial boot: https://github.com/RaunoT/plex-rewind/blob/develop/config/settings.json<br>&nbsp;&nbsp;&nbsp;&nbsp;",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "8383",
"Default": "8383",
"Mode": "tcp",
"Description": "Container Port: 8383",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8383"
},
{
"@attributes": {
"Name": "Site URL",
"Target": "NEXT_PUBLIC_SITE_URL",
"Default": "http://localhost:8383",
"Description": "Change to your domain (and port) if app is publicly exposed.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Authentication Secret",
"Target": "NEXTAUTH_SECRET",
"Default": "",
"Description": "Required to encrypt authentication JWT token. Run 'openssl rand -base64 32' to generate.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Authentication URL",
"Target": "NEXTAUTH_URL",
"Default": "http://localhost:8383",
"Description": "Change to your domain (and port) if app is publicly exposed.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "All-Time Start Date",
"Target": "NEXT_PUBLIC_STATISTICS_START_DATE",
"Default": "2018-01-01",
"Description": "Start date for 'all time' option",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Config Path",
"Target": "/app/config",
"Default": "/mnt/user/appdata/plex_rewind/config",
"Mode": "rw",
"Description": "Where config file will be stored",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/plex_rewind/config"
}
],
"Repo": "grtgbln's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/plex_rewind.xml",
"CategoryList": [
"Tools-Utilities",
"MediaServer"
],
"LastUpdateScan": 1721059600,
"FirstSeen": 1721059600
},
{
"Name": "Posterizarr",
"Repository": "ghcr.io/fscorrupt/docker-posterizarr",
@ -319126,7 +319242,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/dwsnap.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.07.15",
"pluginVersion": "2024.07.15a",
"MinVer": "6.8.3",
"Overview": "A plugin for advanced users installing SnapRAID onto UNRAID systems, now with support for multiple arrays.",
"Icon": "",

View File

@ -3380,5 +3380,6 @@
"https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg": 1720280506,
"waffle22/pushnote:latest": 1720296372,
"kometateam/imagemaid:develop": 1720649185,
"ghcr.io/huggingface/text-generation-inference:latest": 1720678096
"ghcr.io/huggingface/text-generation-inference:latest": 1720678096,
"ghcr.io/raunot/plex-rewind:main": 1721059600
}

11
log.txt
View File

@ -3524,6 +3524,7 @@ Processing /tmp/appFeed/templates/grtgblnsRepository/templates/deprecated/ntfy.x
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/otterwiki.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/peanut.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/plex_prerolls.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/plex_rewind.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/posterizarr.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/prusa_connect_rtsp.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/radicle.xml...Success
@ -4231,12 +4232,14 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
dock.mau.dev/mautrix/signal
dock.mau.dev/mautrix/signal:latest Downloads: Stars: Base: unknown
Tagged - Can't determine last update
raunot/plex-rewind
ghcr.io/raunot/plex-rewind:main Downloads: Stars: Base: unknown
Pulling ghcr.io/raunot/plex-rewind:main
Privileged: 103
No change to feed
Updating GitHub

View File

@ -699,7 +699,7 @@
"min": "6.10"
},
"https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": {
"version": "2024.07.15",
"version": "2024.07.15a",
"min": "6.8.3"
},
"https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": {

View File

@ -88454,7 +88454,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1718460377,
"Time": 1721059600,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -90490,5 +90490,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"ghcr.io/raunot/plex-rewind:main": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1721059600,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 492,
"caFixed": 493,
"fixedTemplates": {
"mandarons' Repository": {
"mandarons/icloud-drive": [
@ -1451,6 +1451,9 @@
"linaspurinis/mdblistarr:latest": [
"No Icon specified within the application template"
],
"ghcr.io/raunot/plex-rewind:main": [
"No Icon specified within the application template"
],
"ghcr.io/beccazero/prusa-connect-rtsp:main": [
"No Icon specified within the application template"
],