This commit is contained in:
Andrew Z 2024-09-12 10:07:14 -04:00
parent 69e00318e9
commit 786763685d
8 changed files with 322 additions and 10 deletions

View File

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

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

@ -1,7 +1,7 @@
{
"apps": 2360,
"last_updated_timestamp": 1726142818,
"last_updated": "2024-09-12 08:06",
"apps": 2361,
"last_updated_timestamp": 1726150032,
"last_updated": "2024-09-12 10:07",
"categories": [
{
"Cat": "AI:",
@ -41908,6 +41908,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",
@ -328497,6 +328642,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1726150032,
"FirstSeen": 1718352365
},
{

View File

@ -3503,5 +3503,6 @@
"bropat/eufy-security-ws": 1725300420,
"cobbert/manjaro-package-mirror": 1725430130,
"damongolding/immich-kiosk:latest": 1725430134,
"senexcrenshaw/streammaster:channels": 1725667674
"senexcrenshaw/streammaster:channels": 1725667674,
"lscr.io/linuxserver/planka": 1726150028
}

View File

@ -484,6 +484,7 @@ Processing /tmp/appFeed/templates/linuxserversRepository/unraid/pidgin.xml...Suc
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/piper.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/piwigo.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/pixapop.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/planka.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/plex.xml...Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/deprecated/plex-meta-manager.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/linuxserversRepository/unraid/projectsend.xml...Success
@ -4320,6 +4321,10 @@ 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
Privileged: 105

View File

@ -341725,7 +341725,7 @@
"topPerforming": 1.293
},
{
"Name": "WireGuard",
"Name": "WireGuard-Docker",
"Repository": "lscr.io/linuxserver/wireguard:latest",
"Registry": "https://registry.hub.docker.com/r/lscr.io/linuxserver/wireguard",
"Network": "bridge",
@ -341734,7 +341734,7 @@
"Support": "https://github.com/linuxserver/docker-wireguard",
"Project": "https://docs.linuxserver.io/images/docker-wireguard/",
"Overview": "Why this template? Because I've been struggling for a few months to use the integrated version of WireGuard on unRAID but it never worked for me and from what I've seen I'm not the only one with this problem.\r\n\r\nThe complete list of possible configurations can be found on the Linuxserver.io website.\r\n\r\nThe easiest way to access the peers list is by accesing config folder via SMB.\r\n\r\nFor PUID & PGID run \"id user'' on terminal against the user which is used for smb authentication in the network.\r\n\r\nPort: default 51820 but it is strongly recommended to be changed. Do not forget that this port must be port forwarded on your router.",
"TemplateURL": "https://raw.githubusercontent.com/EMP83/unraid-templates/master/WireGuard/WireGuard.xml",
"TemplateURL": "https://raw.githubusercontent.com/EMP83/unraid-templates/master/WireGuard/WireGuard-Docker.xml",
"Icon": "https://raw.githubusercontent.com/EMP83/unraid-templates/main/WireGuard/WireGuard.png",
"ExtraParams": "--cap-add NET_ADMIN --cap-add SYS_MODULE --sysctl net.ipv4.conf.all.src_valid_mark=1 --restart unless-stopped",
"DonateText": "If you like my work please consider Donating.",
@ -341882,7 +341882,7 @@
}
],
"Repo": "emp83's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/emp83sRepository/WireGuard/WireGuard.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/emp83sRepository/WireGuard/WireGuard-Docker.xml",
"CategoryList": [
"Network-VPN",
"Network-Privacy"

View File

@ -90766,7 +90766,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1723550802,
"Time": 1726150032,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -93359,5 +93359,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1725535823
},
"lscr.io/linuxserver/planka": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1726150028,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1726147956
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 612,
"caFixed": 613,
"fixedTemplates": {
"blue.lamp3445's Repository": {
"mikejmcguire/hass-actronque-amd64": [
@ -562,6 +562,9 @@
"lscr.io/linuxserver/pixapop": [
"No category entry present"
],
"lscr.io/linuxserver/planka": [
"No category entry present"
],
"lscr.io/linuxserver/plex": [
"No category entry present"
],