This commit is contained in:
Andrew Z 2022-01-12 00:03:47 -05:00
parent 162ef45e44
commit 30ad722239
4 changed files with 114 additions and 5 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1641956634
"last_updated_timestamp": 1641963825
}

View File

@ -32347,7 +32347,7 @@
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/main/unraid/xbackbone.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/xbackbone-logo.png",
"Date": 1641954021,
"Date": 1642040421,
"Config": [
{
"@attributes": {

View File

@ -1,7 +1,7 @@
{
"apps": 1526,
"last_updated_timestamp": 1641956634,
"last_updated": "2022-01-11 22:03",
"last_updated_timestamp": 1641963825,
"last_updated": "2022-01-12 00:03",
"categories": [
{
"Cat": "Backup:",
@ -32509,7 +32509,7 @@
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/main/unraid/xbackbone.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/xbackbone-logo.png",
"Date": 1641954021,
"Date": 1642040421,
"Config": [
{
"@attributes": {

View File

@ -27394,6 +27394,115 @@
"LastUpdateScan": 1640120656,
"FirstSeen": 1501732800
},
{
"Name": "qdirstat",
"Repository": "lscr.io/linuxserver/qdirstat",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/qdirstat",
"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-qdirstat/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-qdirstat#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-qdirstat#readme",
"Project": "https://github.com/shundhammer/qdirstat",
"Overview": "QDirStat(https://github.com/shundhammer/qdirstat) Qt-based directory statistics: KDirStat without any KDE -- from the author of the original KDirStat.",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/main/unraid/qdirstat.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qdirstat-logo.png",
"Date": 1641877200,
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "QdirStat desktop gui.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Users home directory in the container, stores qdirstat settings and scans.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /data",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "Data you want to analyze disk usage information of.",
"Type": "Path",
"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/qdirstat.xml",
"downloads": 65,
"LastUpdateScan": 1641956634,
"FirstSeen": 1641956634
},
{
"Name": "quassel-core",
"Repository": "lscr.io/linuxserver/quassel-core",