This commit is contained in:
Andrew Z 2021-12-10 16:03:35 -05:00
parent 0853da686a
commit 9a31297e6d
5 changed files with 302 additions and 30 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1639163034
"last_updated_timestamp": 1639170214
}

View File

@ -115953,6 +115953,132 @@
"topTrending": -8.143,
"topPerforming": 4.89
},
{
"Name": "Kopia",
"Repository": "kopia/kopia",
"Registry": "https://hub.docker.com/r/kopia/kopia/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://kopia.io/docs/",
"Project": "https://github.com/kopia/kopia/",
"Overview": "Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.\r\n\r\nTo run this container, you must create a htpasswd file (either via command line or using a tool such as https://hostingcanada.org/htpasswd-generator/) and place it in the /mnt/user/appdata/kopia/config directory, then adjust the Post Arguments accordingly. \n ",
"WebUI": "http://[IP]:[PORT:51515]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/kopia.xml",
"Icon": "https://raw.githubusercontent.com/kopia/kopia/master/icons/kopia.svg",
"PostArgs": "server --insecure --htpasswd-file /app/config/htpasswd --address 0.0.0.0:51515 --server-username=YOUR-USERNAME",
"Config": [
{
"@attributes": {
"Name": "Repository password",
"Target": "KOPIA_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: KOPIA_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Port",
"Target": "51515",
"Default": "51515",
"Mode": "tcp",
"Description": "Container Port: 51515",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "51515"
},
{
"@attributes": {
"Name": "Config path",
"Target": "/app/config",
"Default": "/mnt/user/appdata/kopia/config",
"Mode": "rw",
"Description": "Container Path: /app/config",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Cache path",
"Target": "/app/cache",
"Default": "/mnt/user/appdata/kopia/cache",
"Mode": "rw",
"Description": "Container Path: /app/cache",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Log path",
"Target": "/app/logs",
"Default": "/mnt/user/appdata/kopia/logs",
"Mode": "rw",
"Description": "Container Path: /app/logs",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data path",
"Target": "/app/data",
"Default": "/mnt/user/media/kopia",
"Mode": "rw",
"Description": "Enter the Container Path (/app/data) as the Directory Path if creating a Filesystem repository.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "America/Los_Angeles",
"Mode": "",
"Description": "Container Variable: TZ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/kopia.xml",
"CategoryList": [
"Backup",
"Cloud"
],
"downloads": 211497,
"stars": 2,
"LastUpdateScan": 1639170214,
"FirstSeen": 1639170214
},
{
"Name": "lemur-cfssl",
"Repository": "halianelf/lemur",
@ -171945,16 +172071,17 @@
"Tools-Utilities",
"MediaApp-Other"
],
"downloads": 4809246,
"stars": 7,
"trending": 2.402,
"downloads": 4919608,
"stars": 8,
"trending": 2.243,
"trends": [
1.079,
1.491,
3.266,
3.365,
2.509,
2.402
2.402,
2.243
],
"trendsDate": [
1623578574,
@ -171962,7 +172089,8 @@
1628777011,
1631376203,
1633975433,
1636571012
1636571012,
1639170214
],
"downloadtrend": [
4168349,
@ -171971,12 +172099,13 @@
4422016,
4575983,
4693749,
4809246
4809246,
4919608
],
"LastUpdateScan": 1636571012,
"LastUpdateScan": 1639170214,
"FirstSeen": 1620979381,
"topTrending": 1.3230000000000002,
"topPerforming": 2.402
"topTrending": 1.164,
"topPerforming": 2.243
},
{
"Name": "frigate",

View File

@ -1,7 +1,7 @@
{
"apps": 1463,
"last_updated_timestamp": 1639163034,
"last_updated": "2021-12-10 14:03",
"apps": 1464,
"last_updated_timestamp": 1639170214,
"last_updated": "2021-12-10 16:03",
"categories": [
{
"Cat": "Backup:",
@ -116115,6 +116115,132 @@
"topTrending": -8.143,
"topPerforming": 4.89
},
{
"Name": "Kopia",
"Repository": "kopia/kopia",
"Registry": "https://hub.docker.com/r/kopia/kopia/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://kopia.io/docs/",
"Project": "https://github.com/kopia/kopia/",
"Overview": "Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.\r\n\r\nTo run this container, you must create a htpasswd file (either via command line or using a tool such as https://hostingcanada.org/htpasswd-generator/) and place it in the /mnt/user/appdata/kopia/config directory, then adjust the Post Arguments accordingly. \n ",
"WebUI": "http://[IP]:[PORT:51515]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/kopia.xml",
"Icon": "https://raw.githubusercontent.com/kopia/kopia/master/icons/kopia.svg",
"PostArgs": "server --insecure --htpasswd-file /app/config/htpasswd --address 0.0.0.0:51515 --server-username=YOUR-USERNAME",
"Config": [
{
"@attributes": {
"Name": "Repository password",
"Target": "KOPIA_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: KOPIA_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Port",
"Target": "51515",
"Default": "51515",
"Mode": "tcp",
"Description": "Container Port: 51515",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "51515"
},
{
"@attributes": {
"Name": "Config path",
"Target": "/app/config",
"Default": "/mnt/user/appdata/kopia/config",
"Mode": "rw",
"Description": "Container Path: /app/config",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Cache path",
"Target": "/app/cache",
"Default": "/mnt/user/appdata/kopia/cache",
"Mode": "rw",
"Description": "Container Path: /app/cache",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Log path",
"Target": "/app/logs",
"Default": "/mnt/user/appdata/kopia/logs",
"Mode": "rw",
"Description": "Container Path: /app/logs",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data path",
"Target": "/app/data",
"Default": "/mnt/user/media/kopia",
"Mode": "rw",
"Description": "Enter the Container Path (/app/data) as the Directory Path if creating a Filesystem repository.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "America/Los_Angeles",
"Mode": "",
"Description": "Container Variable: TZ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/kopia.xml",
"CategoryList": [
"Backup",
"Cloud"
],
"downloads": 211497,
"stars": 2,
"LastUpdateScan": 1639170214,
"FirstSeen": 1639170214
},
{
"Name": "lemur-cfssl",
"Repository": "halianelf/lemur",
@ -172107,16 +172233,17 @@
"Tools-Utilities",
"MediaApp-Other"
],
"downloads": 4809246,
"stars": 7,
"trending": 2.402,
"downloads": 4919608,
"stars": 8,
"trending": 2.243,
"trends": [
1.079,
1.491,
3.266,
3.365,
2.509,
2.402
2.402,
2.243
],
"trendsDate": [
1623578574,
@ -172124,7 +172251,8 @@
1628777011,
1631376203,
1633975433,
1636571012
1636571012,
1639170214
],
"downloadtrend": [
4168349,
@ -172133,12 +172261,13 @@
4422016,
4575983,
4693749,
4809246
4809246,
4919608
],
"LastUpdateScan": 1636571012,
"LastUpdateScan": 1639170214,
"FirstSeen": 1620979381,
"topTrending": 1.3230000000000002,
"topPerforming": 2.402
"topTrending": 1.164,
"topPerforming": 2.243
},
{
"Name": "frigate",

View File

@ -1914,5 +1914,6 @@
"scumbug/docker-vorta": 1639055017,
"zpex/web-pdf-toolbox": 1639095664,
"livebook/livebook": 1639130843,
"dzhuang/tinymediamanager": 1639148623
"dzhuang/tinymediamanager": 1639148623,
"kopia/kopia": 1639170214
}

View File

@ -53364,17 +53364,18 @@
},
"thejf/antennas": {
"Base": null,
"Downloads": 4809246,
"Stars": 7,
"Time": 1636571012,
"trending": 2.402,
"Downloads": 4919608,
"Stars": 8,
"Time": 1639170214,
"trending": 2.243,
"trends": [
1.079,
1.491,
3.266,
3.365,
2.509,
2.402
2.402,
2.243
],
"downloadtrend": [
4168349,
@ -53383,7 +53384,8 @@
4422016,
4575983,
4693749,
4809246
4809246,
4919608
],
"trendsDate": [
1623578574,
@ -53391,7 +53393,8 @@
1628777011,
1631376203,
1633975433,
1636571012
1636571012,
1639170214
]
},
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": {
@ -59290,5 +59293,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"kopia/kopia": {
"Base": null,
"Downloads": 211497,
"Stars": 2,
"Time": 1639170214,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}