This commit is contained in:
Andrew Z 2024-09-12 12:06:54 -04:00
parent 786763685d
commit 92c0e41c7b
9 changed files with 394 additions and 21 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1726150032
"last_updated_timestamp": 1726157212
}

View File

@ -41756,7 +41756,6 @@
"ReadMe": "https://github.com/linuxserver/docker-planka#readme",
"Project": "https://github.com/plankanban/planka/",
"Overview": "Planka(https://github.com/plankanban/planka/) is an elegant open source project tracking tool.",
"WebUI": "http://[IP]:[PORT:1337]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/planka.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/planka-logo.png",
"Config": [
@ -41805,7 +41804,7 @@
"@attributes": {
"Name": "DATABASE_URL",
"Target": "DATABASE_URL",
"Default": "postgresql://user:password@planka-db/planka",
"Default": "postgresql://user:password@planka-db:5432/planka",
"Description": "Postgres database URL. Special characters must be url encoded(https://en.wikipedia.org/wiki/Percent-encoding).",
"Type": "Variable",
"Display": "always",
@ -41883,8 +41882,8 @@
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/planka.xml",
"LastUpdate": 1726147956,
"LastUpdateScan": 1726150028,
"LastUpdate": 1726147956,
"FirstSeen": 1726150028
},
{
@ -51750,6 +51749,114 @@
"topTrending": -0.9109999999999999,
"topPerforming": 0.777
},
{
"Name": "yaak",
"Repository": "lscr.io/linuxserver/yaak",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/yaak",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-yaak/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-yaak#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-yaak#readme",
"Project": "https://yaak.app/",
"Overview": "Yaak(https://yaak.app/) is a desktop API client for organizing and executing REST, GraphQL, and gRPC requests. It's built using Tauri(https://tauri.app/), Rust(https://www.rust-lang.org/), and ReactJS(https://react.dev/).",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/yaak.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/yaak-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "Yaak desktop gui.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: 3001",
"Target": "3001",
"Default": "3001",
"Mode": "tcp",
"Description": "Yaak desktop gui HTTPS.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Where yaak should store its config and data.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"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/yaak.xml",
"downloads": 44,
"LastUpdate": 1726155151,
"LastUpdateScan": 1726157207,
"FirstSeen": 1726157207
},
{
"Name": "your_spotify",
"Repository": "lscr.io/linuxserver/your_spotify",
@ -328476,7 +328583,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1726150032,
"FirstSeen": 1718352365
},
{
@ -328559,7 +328665,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/mergerfsp.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.08.07",
"pluginVersion": "2024.09.12",
"MinVer": "6.10.0",
"Overview": "A plugin that installs mergerFS, a featureful union filesystem, onto UNRAID systems (includes mergerFS-Tools). mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.",
"Icon": "",

View File

@ -1,7 +1,7 @@
{
"apps": 2361,
"last_updated_timestamp": 1726150032,
"last_updated": "2024-09-12 10:07",
"apps": 2362,
"last_updated_timestamp": 1726157212,
"last_updated": "2024-09-12 12:06",
"categories": [
{
"Cat": "AI:",
@ -41922,7 +41922,6 @@
"ReadMe": "https://github.com/linuxserver/docker-planka#readme",
"Project": "https://github.com/plankanban/planka/",
"Overview": "Planka(https://github.com/plankanban/planka/) is an elegant open source project tracking tool.",
"WebUI": "http://[IP]:[PORT:1337]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/planka.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/planka-logo.png",
"Config": [
@ -41971,7 +41970,7 @@
"@attributes": {
"Name": "DATABASE_URL",
"Target": "DATABASE_URL",
"Default": "postgresql://user:password@planka-db/planka",
"Default": "postgresql://user:password@planka-db:5432/planka",
"Description": "Postgres database URL. Special characters must be url encoded(https://en.wikipedia.org/wiki/Percent-encoding).",
"Type": "Variable",
"Display": "always",
@ -42049,8 +42048,8 @@
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/planka.xml",
"LastUpdate": 1726147956,
"LastUpdateScan": 1726150028,
"LastUpdate": 1726147956,
"FirstSeen": 1726150028
},
{
@ -51916,6 +51915,114 @@
"topTrending": -0.9109999999999999,
"topPerforming": 0.777
},
{
"Name": "yaak",
"Repository": "lscr.io/linuxserver/yaak",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/yaak",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-yaak/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-yaak#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-yaak#readme",
"Project": "https://yaak.app/",
"Overview": "Yaak(https://yaak.app/) is a desktop API client for organizing and executing REST, GraphQL, and gRPC requests. It's built using Tauri(https://tauri.app/), Rust(https://www.rust-lang.org/), and ReactJS(https://react.dev/).",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/yaak.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/yaak-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "Yaak desktop gui.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: 3001",
"Target": "3001",
"Default": "3001",
"Mode": "tcp",
"Description": "Yaak desktop gui HTTPS.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Where yaak should store its config and data.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"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/yaak.xml",
"downloads": 44,
"LastUpdate": 1726155151,
"LastUpdateScan": 1726157207,
"FirstSeen": 1726157207
},
{
"Name": "your_spotify",
"Repository": "lscr.io/linuxserver/your_spotify",
@ -328642,7 +328749,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1726150032,
"FirstSeen": 1718352365
},
{
@ -328725,7 +328831,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/mergerfsp.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.08.07",
"pluginVersion": "2024.09.12",
"MinVer": "6.10.0",
"Overview": "A plugin that installs mergerFS, a featureful union filesystem, onto UNRAID systems (includes mergerFS-Tools). mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.",
"Icon": "",

View File

@ -3504,5 +3504,6 @@
"cobbert/manjaro-package-mirror": 1725430130,
"damongolding/immich-kiosk:latest": 1725430134,
"senexcrenshaw/streammaster:channels": 1725667674,
"lscr.io/linuxserver/planka": 1726150028
"lscr.io/linuxserver/planka": 1726150028,
"lscr.io/linuxserver/yaak": 1726157207
}

View File

@ -540,6 +540,7 @@ Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/wireg
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/wireshark.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/wps-office.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/xbackbone.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/yaak.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/your_spotify.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/znc.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/zotero.xml...Success
@ -4321,10 +4322,9 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
linuxserver/planka
lscr.io/linuxserver/planka Downloads: 0 Stars: 0 Base: unknown
Pulling lscr.io/linuxserver/planka
Error response from daemon: Head "https://ghcr.io/v2/linuxserver/planka/manifests/latest": denied
linuxserver/yaak
lscr.io/linuxserver/yaak Downloads: 44 Stars: 0 Base: unknown
Pulling lscr.io/linuxserver/yaak
Privileged: 105

View File

@ -41742,6 +41742,151 @@
"FirstSeen": 1634990599,
"topTrending": 2.831
},
{
"Name": "planka",
"Repository": "lscr.io/linuxserver/planka",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/planka",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-planka/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-planka#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-planka#readme",
"Project": "https://github.com/plankanban/planka/",
"Overview": "Planka(https://github.com/plankanban/planka/) is an elegant open source project tracking tool.",
"WebUI": "http://[IP]:[PORT:1337]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/planka.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/planka-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "1337",
"Default": "1337",
"Mode": "tcp",
"Description": "Planka web UI.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Local path for planka config files.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "BASE_URL",
"Target": "BASE_URL",
"Default": "https://planka.example.com",
"Description": "The URL you will use to access planka including protocol, and port if not 80/443.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_URL",
"Target": "DATABASE_URL",
"Default": "postgresql://user:password@planka-db/planka",
"Description": "Postgres database URL. Special characters must be url encoded(https://en.wikipedia.org/wiki/Percent-encoding).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SECRET_KEY",
"Target": "SECRET_KEY",
"Default": "notasecretkey",
"Description": "Session encryption key, recommended 32-64 character alphanumeric.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "TRUST_PROXY",
"Target": "TRUST_PROXY",
"Default": "0",
"Description": "Set to `1` to trust upstream proxies if reverse proxying.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"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/planka.xml",
"LastUpdate": 1726147956,
"LastUpdateScan": 1726150028,
"FirstSeen": 1726150028
},
{
"Name": "plex",
"Repository": "lscr.io/linuxserver/plex",
@ -328331,6 +328476,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1726150032,
"FirstSeen": 1718352365
},
{

View File

@ -720,7 +720,7 @@
"min": "6.10.0"
},
"https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": {
"version": "2024.08.07",
"version": "2024.09.12",
"min": "6.10.0"
},
"https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": {

View File

@ -93370,5 +93370,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1726147956
},
"lscr.io/linuxserver/yaak": {
"Base": null,
"Downloads": 44,
"Stars": null,
"Time": 1726157207,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1726155151
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 613,
"caFixed": 614,
"fixedTemplates": {
"blue.lamp3445's Repository": {
"mikejmcguire/hass-actronque-amd64": [
@ -730,6 +730,9 @@
"lscr.io/linuxserver/xbackbone": [
"No category entry present"
],
"lscr.io/linuxserver/yaak": [
"No category entry present"
],
"lscr.io/linuxserver/your_spotify": [
"No category entry present"
],