This commit is contained in:
Andrew Z 2021-04-30 12:02:43 -04:00
parent dcae0f7915
commit 97eead2501
8 changed files with 640 additions and 541 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1619791355
"last_updated_timestamp": 1619798562
}

View File

@ -12660,9 +12660,9 @@
"OriginalOverview": "\n Tiny Media Manager. \n ",
"Description": "Tiny Media Manager.",
"templatePath": "/tmp/GitHub/AppFeed/templates/hernanditosRepository/hernando/TinyMM-GUI.xml",
"downloads": 104720,
"downloads": 119570,
"stars": 4,
"trending": 14.59,
"trending": 12.42,
"trends": [
51.45,
31.532,
@ -12670,7 +12670,8 @@
14.344,
18.413,
18.076,
14.59
14.59,
12.42
],
"trendsDate": [
1601604476,
@ -12679,7 +12680,8 @@
1609398444,
1612004843,
1614603762,
1617199372
1617199372,
1619798557
],
"downloadtrend": [
14143,
@ -12689,9 +12691,10 @@
59782,
73274,
89441,
104720
104720,
119570
],
"LastUpdateScan": 1617199372,
"LastUpdateScan": 1619798557,
"FirstSeen": 1593806947
},
{
@ -40415,7 +40418,7 @@
"CategoryList": [
"Downloaders"
],
"LastUpdateScan": 1617199372,
"LastUpdateScan": 1619798557,
"FirstSeen": 1562630906
},
{
@ -133168,181 +133171,6 @@
"LastUpdateScan": 1619532191,
"FirstSeen": 1588349244
},
{
"Name": "bitwardenrs",
"Repository": "bitwardenrs/server",
"Registry": "https://hub.docker.com/r/bitwardenrs/server/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/88086-support-bitwardenrs-bitwarden_rs/",
"Project": "https://github.com/dani-garcia/bitwarden_rs/",
"Branch": [
{
"Tag": "latest",
"TagDescription": "The \"default image\", runs on amd64. (x86, 64bit)"
},
{
"Tag": "alpine",
"TagDescription": "Alpine-based amd64 image, same as above but a little bit smaller."
}
],
"Overview": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/bitwarden_rs/wiki",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/bitwardenrs.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bitwardenrs.png",
"Config": [
{
"@attributes": {
"Name": "WebUI HTTP Port",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/data",
"Default": "/mnt/user/appdata/bitwarden",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SERVER_ADMIN_EMAIL",
"Target": "SERVER_ADMIN_EMAIL",
"Default": "me@domain.com",
"Description": "Container Variable: Server Admin E-Mail",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SIGNUPS_ALLOWED",
"Target": "SIGNUPS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Signups",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "INVITATIONS_ALLOWED",
"Target": "INVITATIONS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Invitations",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEBSOCKET_ENABLED",
"Target": "WEBSOCKET_ENABLED",
"Default": "false",
"Description": "Container Variable: Websockets Enabled",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ADMIN_TOKEN",
"Target": "ADMIN_TOKEN",
"Default": "",
"Description": "Container Variable: ADMIN_TOKEN",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"OriginalOverview": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n [br][br]\r\n Basically full implementation of Bitwarden API is provided including: \r\n [br][br]\r\n -Basic single user functionality\r\n [br]\r\n -Organizations support\r\n [br]\r\n -Attachments\r\n [br]\r\n -Vault API support\r\n [br]\r\n -Serving the static files for Vault interface\r\n [br]\r\n -Website icons API\r\n [br]\r\n -Authenticator and U2F support\r\n [br]\r\n -YubiKey OTP\r\n [br][br]\r\n For more configuration see the wiki\n [br]\n https://github.com/dani-garcia/bitwarden_rs/wiki\n ",
"Description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/bitwarden_rs/wiki",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/bitwardenrs.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 186615460,
"stars": 377,
"trending": 6.987,
"trends": [
17.003,
17.735,
16.038,
14.371,
21.406,
21.439,
17.586,
11.753,
4.763,
3.583,
5.372,
7.038,
6.987
],
"trendsDate": [
1586879316,
1589472458,
1592071651,
1594670901,
1597270572,
1599869272,
1602468489,
1605064108,
1607656904,
1610255255,
1612854435,
1615453370,
1618048962
],
"downloadtrend": [
37239065,
45266982,
53913468,
62961742,
80110168,
101972375,
123731406,
140209848,
147222600,
152693589,
161361646,
173577487,
186615460
],
"LastUpdateScan": 1618048962,
"FirstSeen": 1573873802
},
{
"Name": "bw_plex",
"Network": "bridge",
@ -133577,6 +133405,20 @@
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/var/www/html/images",
"Default": "",
"Mode": "rw",
"Description": "Location for images",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
@ -134880,11 +134722,10 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 2433020,
"downloads": 2564262,
"stars": 12,
"trending": 5.638,
"trending": 5.118,
"trends": [
22.638,
18.652,
15.843,
13.291,
@ -134896,10 +134737,10 @@
5.192,
6.017,
5.401,
5.638
5.638,
5.118
],
"trendsDate": [
1586016533,
1588616385,
1591214839,
1593808586,
@ -134911,10 +134752,10 @@
1609398444,
1612004844,
1614603762,
1617199372
1617199372,
1619798557
],
"downloadtrend": [
513553,
631303,
750148,
865131,
@ -134926,9 +134767,10 @@
2041171,
2171845,
2295855,
2433020
2433020,
2564262
],
"LastUpdateScan": 1617199372,
"LastUpdateScan": 1619798557,
"FirstSeen": 1573024184
},
{
@ -136230,19 +136072,22 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 11501,
"trending": 8.756,
"downloads": 12531,
"trending": 8.22,
"trends": [
8.756
8.756,
8.22
],
"trendsDate": [
1617199373
1617199373,
1619798558
],
"downloadtrend": [
10494,
11501
11501,
12531
],
"LastUpdateScan": 1617199373,
"LastUpdateScan": 1619798558,
"FirstSeen": 1586016534
},
{
@ -144628,6 +144473,135 @@
"LastUpdateScan": 1619733751,
"FirstSeen": 1583356665
},
{
"Name": "vaultwarden",
"Repository": "vaultwarden/server",
"Registry": "https://hub.docker.com/r/vaultwarden/server/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/88086-support-vaultwarden-formerly-bitwarden_rs/",
"Project": "https://github.com/dani-garcia/vaultwarden/",
"Branch": [
{
"Tag": "latest",
"TagDescription": "The \"default image\", runs on amd64. (x86, 64bit)"
},
{
"Tag": "alpine",
"TagDescription": "Alpine-based amd64 image, same as above but a little bit smaller."
}
],
"Overview": "Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/vaultwarden/wiki",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/vaultwarden.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bitwardenrs.png",
"Config": [
{
"@attributes": {
"Name": "WebUI HTTP Port",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/data",
"Default": "/mnt/user/appdata/bitwarden",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SERVER_ADMIN_EMAIL",
"Target": "SERVER_ADMIN_EMAIL",
"Default": "me@domain.com",
"Description": "Container Variable: Server Admin E-Mail",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SIGNUPS_ALLOWED",
"Target": "SIGNUPS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Signups",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "INVITATIONS_ALLOWED",
"Target": "INVITATIONS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Invitations",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEBSOCKET_ENABLED",
"Target": "WEBSOCKET_ENABLED",
"Default": "false",
"Description": "Container Variable: Websockets Enabled",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ADMIN_TOKEN",
"Target": "ADMIN_TOKEN",
"Default": "",
"Description": "Container Variable: ADMIN_TOKEN",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"OriginalOverview": "Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n [br][br]\r\n Basically full implementation of Bitwarden API is provided including: \r\n [br][br]\r\n -Basic single user functionality\r\n [br]\r\n -Organizations support\r\n [br]\r\n -Attachments\r\n [br]\r\n -Vault API support\r\n [br]\r\n -Serving the static files for Vault interface\r\n [br]\r\n -Website icons API\r\n [br]\r\n -Authenticator and U2F support\r\n [br]\r\n -YubiKey OTP\r\n [br][br]\r\n For more configuration see the wiki\n [br]\n https://github.com/dani-garcia/vaultwarden/wiki\n ",
"Description": "Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/vaultwarden/wiki",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/vaultwarden.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 766972,
"stars": 12,
"LastUpdateScan": 1619798558,
"FirstSeen": 1619798558
},
{
"Name": "wikijs",
"Repository": "requarks/wiki:beta",
@ -163222,9 +163196,9 @@
"Productivity",
"Network-Web"
],
"downloads": 2596849,
"downloads": 2685368,
"stars": 25,
"trending": 10.283,
"trending": 3.296,
"trends": [
12.135,
10.816,
@ -163236,7 +163210,8 @@
3.34,
4.293,
4.935,
10.283
10.283,
3.296
],
"trendsDate": [
1591214840,
@ -163249,7 +163224,8 @@
1609398444,
1612004844,
1614603763,
1617199373
1617199373,
1619798558
],
"downloadtrend": [
1034790,
@ -163263,9 +163239,10 @@
2119769,
2214846,
2329822,
2596849
2596849,
2685368
],
"LastUpdateScan": 1617199373,
"LastUpdateScan": 1619798558,
"FirstSeen": 1588616386
},
{
@ -169527,9 +169504,9 @@
"Network-Voip",
"Network-Messenger"
],
"downloads": 3605752,
"downloads": 3694924,
"stars": 21,
"trending": 2.236,
"trending": 2.413,
"trends": [
7.004,
8.117,
@ -169541,7 +169518,8 @@
1.909,
4.564,
3.331,
2.236
2.236,
2.413
],
"trendsDate": [
1591214840,
@ -169554,7 +169532,8 @@
1609398445,
1612004844,
1614603763,
1617199373
1617199373,
1619798558
],
"downloadtrend": [
1960621,
@ -169568,9 +169547,10 @@
3252164,
3407707,
3525128,
3605752
3605752,
3694924
],
"LastUpdateScan": 1617199373,
"LastUpdateScan": 1619798558,
"FirstSeen": 1588616386
},
{
@ -171946,9 +171926,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 902433,
"downloads": 1041278,
"stars": 10,
"trending": 2.353,
"trending": 13.334,
"trends": [
5.411,
2.024,
@ -171960,7 +171940,8 @@
1.796,
1.722,
2.012,
2.353
2.353,
13.334
],
"trendsDate": [
1591214840,
@ -171973,7 +171954,8 @@
1609398445,
1612004845,
1614603763,
1617199374
1617199374,
1619798559
],
"downloadtrend": [
669326,
@ -171987,9 +171969,10 @@
848596,
863468,
881201,
902433
902433,
1041278
],
"LastUpdateScan": 1617199374,
"LastUpdateScan": 1619798559,
"FirstSeen": 1588616386
},
{
@ -173001,9 +172984,9 @@
"Tools-Utilities",
"Network-Web"
],
"downloads": 128427,
"downloads": 132483,
"stars": 7,
"trending": 6.356,
"trending": 3.062,
"trends": [
25.108,
14.864,
@ -173015,7 +172998,8 @@
4.693,
3.013,
2.649,
6.356
6.356,
3.062
],
"trendsDate": [
1591214840,
@ -173028,7 +173012,8 @@
1609398446,
1612004845,
1614603763,
1617199374
1617199374,
1619798559
],
"downloadtrend": [
32265,
@ -173042,9 +173027,10 @@
113551,
117078,
120264,
128427
128427,
132483
],
"LastUpdateScan": 1617199374,
"LastUpdateScan": 1619798559,
"FirstSeen": 1588616387
},
{
@ -182762,9 +182748,9 @@
"Tools-Utilities",
"Network-Other"
],
"downloads": 494837086,
"stars": 41,
"trending": 8.306,
"downloads": 541482343,
"stars": 40,
"trending": 8.614,
"trends": [
15.948,
14.141,
@ -182774,7 +182760,8 @@
13.712,
9.901,
9.282,
8.306
8.306,
8.614
],
"trendsDate": [
1596406121,
@ -182785,7 +182772,8 @@
1609398446,
1612004845,
1614603764,
1617199374
1617199374,
1619798560
],
"downloadtrend": [
90137144,
@ -182797,9 +182785,10 @@
370866177,
411619715,
453737199,
494837086
494837086,
541482343
],
"LastUpdateScan": 1617199374,
"LastUpdateScan": 1619798560,
"FirstSeen": 1593808588
},
{
@ -182894,9 +182883,9 @@
"Tools-Utilities",
"Network-Management"
],
"downloads": 346853195,
"stars": 85,
"trending": 12.524,
"downloads": 398349355,
"stars": 88,
"trending": 12.927,
"trends": [
12.535,
11.329,
@ -182906,7 +182895,8 @@
8.048,
13.749,
12.496,
12.524
12.524,
12.927
],
"trendsDate": [
1596406121,
@ -182917,7 +182907,8 @@
1609398446,
1612004846,
1614603764,
1617199375
1617199375,
1619798560
],
"downloadtrend": [
112535318,
@ -182929,9 +182920,10 @@
228994266,
265497646,
303411758,
346853195
346853195,
398349355
],
"LastUpdateScan": 1617199375,
"LastUpdateScan": 1619798560,
"FirstSeen": 1593808589
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1240,
"last_updated_timestamp": 1619791355,
"last_updated": "2021-04-30 10:02",
"last_updated_timestamp": 1619798562,
"last_updated": "2021-04-30 12:02",
"categories": [
{
"Cat": "Backup:",
@ -12818,9 +12818,9 @@
"OriginalOverview": "\n Tiny Media Manager. \n ",
"Description": "Tiny Media Manager.",
"templatePath": "/tmp/GitHub/AppFeed/templates/hernanditosRepository/hernando/TinyMM-GUI.xml",
"downloads": 104720,
"downloads": 119570,
"stars": 4,
"trending": 14.59,
"trending": 12.42,
"trends": [
51.45,
31.532,
@ -12828,7 +12828,8 @@
14.344,
18.413,
18.076,
14.59
14.59,
12.42
],
"trendsDate": [
1601604476,
@ -12837,7 +12838,8 @@
1609398444,
1612004843,
1614603762,
1617199372
1617199372,
1619798557
],
"downloadtrend": [
14143,
@ -12847,9 +12849,10 @@
59782,
73274,
89441,
104720
104720,
119570
],
"LastUpdateScan": 1617199372,
"LastUpdateScan": 1619798557,
"FirstSeen": 1593806947
},
{
@ -40573,7 +40576,7 @@
"CategoryList": [
"Downloaders"
],
"LastUpdateScan": 1617199372,
"LastUpdateScan": 1619798557,
"FirstSeen": 1562630906
},
{
@ -133326,181 +133329,6 @@
"LastUpdateScan": 1619532191,
"FirstSeen": 1588349244
},
{
"Name": "bitwardenrs",
"Repository": "bitwardenrs/server",
"Registry": "https://hub.docker.com/r/bitwardenrs/server/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/88086-support-bitwardenrs-bitwarden_rs/",
"Project": "https://github.com/dani-garcia/bitwarden_rs/",
"Branch": [
{
"Tag": "latest",
"TagDescription": "The \"default image\", runs on amd64. (x86, 64bit)"
},
{
"Tag": "alpine",
"TagDescription": "Alpine-based amd64 image, same as above but a little bit smaller."
}
],
"Overview": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/bitwarden_rs/wiki",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/bitwardenrs.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bitwardenrs.png",
"Config": [
{
"@attributes": {
"Name": "WebUI HTTP Port",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/data",
"Default": "/mnt/user/appdata/bitwarden",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SERVER_ADMIN_EMAIL",
"Target": "SERVER_ADMIN_EMAIL",
"Default": "me@domain.com",
"Description": "Container Variable: Server Admin E-Mail",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SIGNUPS_ALLOWED",
"Target": "SIGNUPS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Signups",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "INVITATIONS_ALLOWED",
"Target": "INVITATIONS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Invitations",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEBSOCKET_ENABLED",
"Target": "WEBSOCKET_ENABLED",
"Default": "false",
"Description": "Container Variable: Websockets Enabled",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ADMIN_TOKEN",
"Target": "ADMIN_TOKEN",
"Default": "",
"Description": "Container Variable: ADMIN_TOKEN",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"OriginalOverview": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n [br][br]\r\n Basically full implementation of Bitwarden API is provided including: \r\n [br][br]\r\n -Basic single user functionality\r\n [br]\r\n -Organizations support\r\n [br]\r\n -Attachments\r\n [br]\r\n -Vault API support\r\n [br]\r\n -Serving the static files for Vault interface\r\n [br]\r\n -Website icons API\r\n [br]\r\n -Authenticator and U2F support\r\n [br]\r\n -YubiKey OTP\r\n [br][br]\r\n For more configuration see the wiki\n [br]\n https://github.com/dani-garcia/bitwarden_rs/wiki\n ",
"Description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/bitwarden_rs/wiki",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/bitwardenrs.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 186615460,
"stars": 377,
"trending": 6.987,
"trends": [
17.003,
17.735,
16.038,
14.371,
21.406,
21.439,
17.586,
11.753,
4.763,
3.583,
5.372,
7.038,
6.987
],
"trendsDate": [
1586879316,
1589472458,
1592071651,
1594670901,
1597270572,
1599869272,
1602468489,
1605064108,
1607656904,
1610255255,
1612854435,
1615453370,
1618048962
],
"downloadtrend": [
37239065,
45266982,
53913468,
62961742,
80110168,
101972375,
123731406,
140209848,
147222600,
152693589,
161361646,
173577487,
186615460
],
"LastUpdateScan": 1618048962,
"FirstSeen": 1573873802
},
{
"Name": "bw_plex",
"Network": "bridge",
@ -133735,6 +133563,20 @@
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/var/www/html/images",
"Default": "",
"Mode": "rw",
"Description": "Location for images",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
@ -135038,11 +134880,10 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 2433020,
"downloads": 2564262,
"stars": 12,
"trending": 5.638,
"trending": 5.118,
"trends": [
22.638,
18.652,
15.843,
13.291,
@ -135054,10 +134895,10 @@
5.192,
6.017,
5.401,
5.638
5.638,
5.118
],
"trendsDate": [
1586016533,
1588616385,
1591214839,
1593808586,
@ -135069,10 +134910,10 @@
1609398444,
1612004844,
1614603762,
1617199372
1617199372,
1619798557
],
"downloadtrend": [
513553,
631303,
750148,
865131,
@ -135084,9 +134925,10 @@
2041171,
2171845,
2295855,
2433020
2433020,
2564262
],
"LastUpdateScan": 1617199372,
"LastUpdateScan": 1619798557,
"FirstSeen": 1573024184
},
{
@ -136388,19 +136230,22 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 11501,
"trending": 8.756,
"downloads": 12531,
"trending": 8.22,
"trends": [
8.756
8.756,
8.22
],
"trendsDate": [
1617199373
1617199373,
1619798558
],
"downloadtrend": [
10494,
11501
11501,
12531
],
"LastUpdateScan": 1617199373,
"LastUpdateScan": 1619798558,
"FirstSeen": 1586016534
},
{
@ -144786,6 +144631,135 @@
"LastUpdateScan": 1619733751,
"FirstSeen": 1583356665
},
{
"Name": "vaultwarden",
"Repository": "vaultwarden/server",
"Registry": "https://hub.docker.com/r/vaultwarden/server/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/88086-support-vaultwarden-formerly-bitwarden_rs/",
"Project": "https://github.com/dani-garcia/vaultwarden/",
"Branch": [
{
"Tag": "latest",
"TagDescription": "The \"default image\", runs on amd64. (x86, 64bit)"
},
{
"Tag": "alpine",
"TagDescription": "Alpine-based amd64 image, same as above but a little bit smaller."
}
],
"Overview": "Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/vaultwarden/wiki",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/vaultwarden.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bitwardenrs.png",
"Config": [
{
"@attributes": {
"Name": "WebUI HTTP Port",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/data",
"Default": "/mnt/user/appdata/bitwarden",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SERVER_ADMIN_EMAIL",
"Target": "SERVER_ADMIN_EMAIL",
"Default": "me@domain.com",
"Description": "Container Variable: Server Admin E-Mail",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SIGNUPS_ALLOWED",
"Target": "SIGNUPS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Signups",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "INVITATIONS_ALLOWED",
"Target": "INVITATIONS_ALLOWED",
"Default": "true|false",
"Description": "Container Variable: Invitations",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEBSOCKET_ENABLED",
"Target": "WEBSOCKET_ENABLED",
"Default": "false",
"Description": "Container Variable: Websockets Enabled",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ADMIN_TOKEN",
"Target": "ADMIN_TOKEN",
"Default": "",
"Description": "Container Variable: ADMIN_TOKEN",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"OriginalOverview": "Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n [br][br]\r\n Basically full implementation of Bitwarden API is provided including: \r\n [br][br]\r\n -Basic single user functionality\r\n [br]\r\n -Organizations support\r\n [br]\r\n -Attachments\r\n [br]\r\n -Vault API support\r\n [br]\r\n -Serving the static files for Vault interface\r\n [br]\r\n -Website icons API\r\n [br]\r\n -Authenticator and U2F support\r\n [br]\r\n -YubiKey OTP\r\n [br][br]\r\n For more configuration see the wiki\n [br]\n https://github.com/dani-garcia/vaultwarden/wiki\n ",
"Description": "Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.\r\n \r\n Basically full implementation of Bitwarden API is provided including: \r\n \r\n -Basic single user functionality\r\n \r\n -Organizations support\r\n \r\n -Attachments\r\n \r\n -Vault API support\r\n \r\n -Serving the static files for Vault interface\r\n \r\n -Website icons API\r\n \r\n -Authenticator and U2F support\r\n \r\n -YubiKey OTP\r\n \r\n For more configuration see the wiki\n \n https://github.com/dani-garcia/vaultwarden/wiki",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/vaultwarden.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 766972,
"stars": 12,
"LastUpdateScan": 1619798558,
"FirstSeen": 1619798558
},
{
"Name": "wikijs",
"Repository": "requarks/wiki:beta",
@ -163380,9 +163354,9 @@
"Productivity",
"Network-Web"
],
"downloads": 2596849,
"downloads": 2685368,
"stars": 25,
"trending": 10.283,
"trending": 3.296,
"trends": [
12.135,
10.816,
@ -163394,7 +163368,8 @@
3.34,
4.293,
4.935,
10.283
10.283,
3.296
],
"trendsDate": [
1591214840,
@ -163407,7 +163382,8 @@
1609398444,
1612004844,
1614603763,
1617199373
1617199373,
1619798558
],
"downloadtrend": [
1034790,
@ -163421,9 +163397,10 @@
2119769,
2214846,
2329822,
2596849
2596849,
2685368
],
"LastUpdateScan": 1617199373,
"LastUpdateScan": 1619798558,
"FirstSeen": 1588616386
},
{
@ -169685,9 +169662,9 @@
"Network-Voip",
"Network-Messenger"
],
"downloads": 3605752,
"downloads": 3694924,
"stars": 21,
"trending": 2.236,
"trending": 2.413,
"trends": [
7.004,
8.117,
@ -169699,7 +169676,8 @@
1.909,
4.564,
3.331,
2.236
2.236,
2.413
],
"trendsDate": [
1591214840,
@ -169712,7 +169690,8 @@
1609398445,
1612004844,
1614603763,
1617199373
1617199373,
1619798558
],
"downloadtrend": [
1960621,
@ -169726,9 +169705,10 @@
3252164,
3407707,
3525128,
3605752
3605752,
3694924
],
"LastUpdateScan": 1617199373,
"LastUpdateScan": 1619798558,
"FirstSeen": 1588616386
},
{
@ -172104,9 +172084,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 902433,
"downloads": 1041278,
"stars": 10,
"trending": 2.353,
"trending": 13.334,
"trends": [
5.411,
2.024,
@ -172118,7 +172098,8 @@
1.796,
1.722,
2.012,
2.353
2.353,
13.334
],
"trendsDate": [
1591214840,
@ -172131,7 +172112,8 @@
1609398445,
1612004845,
1614603763,
1617199374
1617199374,
1619798559
],
"downloadtrend": [
669326,
@ -172145,9 +172127,10 @@
848596,
863468,
881201,
902433
902433,
1041278
],
"LastUpdateScan": 1617199374,
"LastUpdateScan": 1619798559,
"FirstSeen": 1588616386
},
{
@ -173159,9 +173142,9 @@
"Tools-Utilities",
"Network-Web"
],
"downloads": 128427,
"downloads": 132483,
"stars": 7,
"trending": 6.356,
"trending": 3.062,
"trends": [
25.108,
14.864,
@ -173173,7 +173156,8 @@
4.693,
3.013,
2.649,
6.356
6.356,
3.062
],
"trendsDate": [
1591214840,
@ -173186,7 +173170,8 @@
1609398446,
1612004845,
1614603763,
1617199374
1617199374,
1619798559
],
"downloadtrend": [
32265,
@ -173200,9 +173185,10 @@
113551,
117078,
120264,
128427
128427,
132483
],
"LastUpdateScan": 1617199374,
"LastUpdateScan": 1619798559,
"FirstSeen": 1588616387
},
{
@ -182920,9 +182906,9 @@
"Tools-Utilities",
"Network-Other"
],
"downloads": 494837086,
"stars": 41,
"trending": 8.306,
"downloads": 541482343,
"stars": 40,
"trending": 8.614,
"trends": [
15.948,
14.141,
@ -182932,7 +182918,8 @@
13.712,
9.901,
9.282,
8.306
8.306,
8.614
],
"trendsDate": [
1596406121,
@ -182943,7 +182930,8 @@
1609398446,
1612004845,
1614603764,
1617199374
1617199374,
1619798560
],
"downloadtrend": [
90137144,
@ -182955,9 +182943,10 @@
370866177,
411619715,
453737199,
494837086
494837086,
541482343
],
"LastUpdateScan": 1617199374,
"LastUpdateScan": 1619798560,
"FirstSeen": 1593808588
},
{
@ -183052,9 +183041,9 @@
"Tools-Utilities",
"Network-Management"
],
"downloads": 346853195,
"stars": 85,
"trending": 12.524,
"downloads": 398349355,
"stars": 88,
"trending": 12.927,
"trends": [
12.535,
11.329,
@ -183064,7 +183053,8 @@
8.048,
13.749,
12.496,
12.524
12.524,
12.927
],
"trendsDate": [
1596406121,
@ -183075,7 +183065,8 @@
1609398446,
1612004846,
1614603764,
1617199375
1617199375,
1619798560
],
"downloadtrend": [
112535318,
@ -183087,9 +183078,10 @@
228994266,
265497646,
303411758,
346853195
346853195,
398349355
],
"LastUpdateScan": 1617199375,
"LastUpdateScan": 1619798560,
"FirstSeen": 1593808589
},
{

View File

@ -1577,5 +1577,6 @@
"andrewstech/alpha-video": 1619628107,
"cinwell/notea": 1619654558,
"edchamberlain/ipmi-tools": 1619697763,
"postgres:12.5-alpine": 1619704958
"postgres:12.5-alpine": 1619704958,
"vaultwarden/server": 1619798558
}

View File

@ -201376,20 +201376,23 @@
"CategoryList": [
"Cloud"
],
"downloads": 8918688,
"stars": 19,
"trending": 2.002,
"downloads": 8964880,
"stars": 20,
"trending": 0.515,
"trends": [
2.002
2.002,
0.515
],
"trendsDate": [
1617192168
1617192168,
1619791354
],
"downloadtrend": [
8740097,
8918688
8918688,
8964880
],
"LastUpdateScan": 1617192168,
"LastUpdateScan": 1619791354,
"FirstSeen": 1614596548
},
{

View File

@ -25140,7 +25140,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1617199372,
"Time": 1619798557,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -28085,12 +28085,11 @@
},
"saspus/duplicacy-web": {
"Base": null,
"Downloads": 2433020,
"Downloads": 2564262,
"Stars": 12,
"Time": 1617199372,
"trending": 5.638,
"Time": 1619798557,
"trending": 5.118,
"trends": [
22.638,
18.652,
15.843,
13.291,
@ -28102,10 +28101,10 @@
5.192,
6.017,
5.401,
5.638
5.638,
5.118
],
"downloadtrend": [
513553,
631303,
750148,
865131,
@ -28117,10 +28116,10 @@
2041171,
2171845,
2295855,
2433020
2433020,
2564262
],
"trendsDate": [
1586016533,
1588616385,
1591214839,
1593808586,
@ -28132,7 +28131,8 @@
1609398444,
1612004844,
1614603762,
1617199372
1617199372,
1619798557
]
},
"binhex/arch-minecraftbedrockserver": {
@ -34026,19 +34026,22 @@
},
"tessypowder/docker-kdenlive:latest": {
"Base": null,
"Downloads": 11501,
"Downloads": 12531,
"Stars": null,
"Time": 1617199373,
"trending": 8.756,
"Time": 1619798558,
"trending": 8.22,
"trends": [
8.756
8.756,
8.22
],
"downloadtrend": [
10494,
11501
11501,
12531
],
"trendsDate": [
1617199373
1617199373,
1619798558
]
},
"ich777/starmade-server": {
@ -36163,10 +36166,10 @@
},
"machines/filestash:latest": {
"Base": null,
"Downloads": 2596849,
"Downloads": 2685368,
"Stars": 25,
"Time": 1617199373,
"trending": 10.283,
"Time": 1619798558,
"trending": 3.296,
"trends": [
12.135,
10.816,
@ -36178,7 +36181,8 @@
3.34,
4.293,
4.935,
10.283
10.283,
3.296
],
"downloadtrend": [
1034790,
@ -36192,7 +36196,8 @@
2119769,
2214846,
2329822,
2596849
2596849,
2685368
],
"trendsDate": [
1591214840,
@ -36205,15 +36210,16 @@
1609398444,
1612004844,
1614603763,
1617199373
1617199373,
1619798558
]
},
"phlak/mumble:latest": {
"Base": null,
"Downloads": 3605752,
"Downloads": 3694924,
"Stars": 21,
"Time": 1617199373,
"trending": 2.236,
"Time": 1619798558,
"trending": 2.413,
"trends": [
7.004,
8.117,
@ -36225,7 +36231,8 @@
1.909,
4.564,
3.331,
2.236
2.236,
2.413
],
"downloadtrend": [
1960621,
@ -36239,7 +36246,8 @@
3252164,
3407707,
3525128,
3605752
3605752,
3694924
],
"trendsDate": [
1591214840,
@ -36252,15 +36260,16 @@
1609398445,
1612004844,
1614603763,
1617199373
1617199373,
1619798558
]
},
"bitnami/solr:latest": {
"Base": null,
"Downloads": 902433,
"Downloads": 1041278,
"Stars": 10,
"Time": 1617199374,
"trending": 2.353,
"Time": 1619798559,
"trending": 13.334,
"trends": [
5.411,
2.024,
@ -36272,7 +36281,8 @@
1.796,
1.722,
2.012,
2.353
2.353,
13.334
],
"downloadtrend": [
669326,
@ -36286,7 +36296,8 @@
848596,
863468,
881201,
902433
902433,
1041278
],
"trendsDate": [
1591214840,
@ -36299,15 +36310,16 @@
1609398445,
1612004845,
1614603763,
1617199374
1617199374,
1619798559
]
},
"yacy/yacy_search_server:latest": {
"Base": null,
"Downloads": 128427,
"Downloads": 132483,
"Stars": 7,
"Time": 1617199374,
"trending": 6.356,
"Time": 1619798559,
"trending": 3.062,
"trends": [
25.108,
14.864,
@ -36319,7 +36331,8 @@
4.693,
3.013,
2.649,
6.356
6.356,
3.062
],
"downloadtrend": [
32265,
@ -36333,7 +36346,8 @@
113551,
117078,
120264,
128427
128427,
132483
],
"trendsDate": [
1591214840,
@ -36346,7 +36360,8 @@
1609398446,
1612004845,
1614603763,
1617199374
1617199374,
1619798559
]
},
"digitalhigh/glimmr": {
@ -38739,10 +38754,10 @@
},
"coolasice1999/tmm:latest": {
"Base": null,
"Downloads": 104720,
"Downloads": 119570,
"Stars": 4,
"Time": 1617199372,
"trending": 14.59,
"Time": 1619798557,
"trending": 12.42,
"trends": [
51.45,
31.532,
@ -38750,7 +38765,8 @@
14.344,
18.413,
18.076,
14.59
14.59,
12.42
],
"downloadtrend": [
14143,
@ -38760,7 +38776,8 @@
59782,
73274,
89441,
104720
104720,
119570
],
"trendsDate": [
1601604476,
@ -38769,15 +38786,16 @@
1609398444,
1612004843,
1614603762,
1617199372
1617199372,
1619798557
]
},
"grafana/promtail": {
"Base": null,
"Downloads": 494837086,
"Stars": 41,
"Time": 1617199374,
"trending": 8.306,
"Downloads": 541482343,
"Stars": 40,
"Time": 1619798560,
"trending": 8.614,
"trends": [
15.948,
14.141,
@ -38787,7 +38805,8 @@
13.712,
9.901,
9.282,
8.306
8.306,
8.614
],
"downloadtrend": [
90137144,
@ -38799,7 +38818,8 @@
370866177,
411619715,
453737199,
494837086
494837086,
541482343
],
"trendsDate": [
1596406121,
@ -38810,15 +38830,16 @@
1609398446,
1612004845,
1614603764,
1617199374
1617199374,
1619798560
]
},
"grafana/loki": {
"Base": null,
"Downloads": 346853195,
"Stars": 85,
"Time": 1617199375,
"trending": 12.524,
"Downloads": 398349355,
"Stars": 88,
"Time": 1619798560,
"trending": 12.927,
"trends": [
12.535,
11.329,
@ -38828,7 +38849,8 @@
8.048,
13.749,
12.496,
12.524
12.524,
12.927
],
"downloadtrend": [
112535318,
@ -38840,7 +38862,8 @@
228994266,
265497646,
303411758,
346853195
346853195,
398349355
],
"trendsDate": [
1596406121,
@ -38851,7 +38874,8 @@
1609398446,
1612004846,
1614603764,
1617199375
1617199375,
1619798560
]
},
"gilbn/geoip2influx": {
@ -45563,5 +45587,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"vaultwarden/server": {
"Base": null,
"Downloads": 766972,
"Stars": 12,
"Time": 1619798558,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -24,6 +24,7 @@ It's your hosting and your rules, so say goodbye to closures and restrictions. T
<Config Name="CHEVERETO_DB_NAME" Target="CHEVERETO_DB_NAME" Default="" Description="Container Variable: Database Name" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="CHEVERETO_DB_PREFIX" Target="CHEVERETO_DB_PREFIX" Default="chv_" Description="Container Variable: Database Prefix" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="CHEVERETO_DEFAULT_TIMEZONE" Target="CHEVERETO_DEFAULT_TIMEZONE" Default="" Description="Container Variable: Default Timezone" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Storage" Target="/var/www/html/images" Default="" Mode="rw" Description="Location for images" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Description>Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. &#13;
&#13;
It's your hosting and your rules, so say goodbye to closures and restrictions. This repo here is Chevereto Free, which is a fork of Chevereto V3 in which only the most essential features are preserved and it is released as Open Source software.</Description>

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>vaultwarden</Name>
<Repository>vaultwarden/server</Repository>
<Registry>https://hub.docker.com/r/vaultwarden/server/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/88086-support-vaultwarden-formerly-bitwarden_rs/</Support>
<Project>https://github.com/dani-garcia/vaultwarden/</Project>
<Branch>
<Tag>latest</Tag>
<TagDescription>The "default image", runs on amd64. (x86, 64bit)</TagDescription>
</Branch>
<Branch>
<Tag>alpine</Tag>
<TagDescription>Alpine-based amd64 image, same as above but a little bit smaller.</TagDescription>
</Branch>
<Overview>Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.&#13;
[br][br]&#13;
Basically full implementation of Bitwarden API is provided including: &#13;
[br][br]&#13;
-Basic single user functionality&#13;
[br]&#13;
-Organizations support&#13;
[br]&#13;
-Attachments&#13;
[br]&#13;
-Vault API support&#13;
[br]&#13;
-Serving the static files for Vault interface&#13;
[br]&#13;
-Website icons API&#13;
[br]&#13;
-Authenticator and U2F support&#13;
[br]&#13;
-YubiKey OTP&#13;
[br][br]&#13;
For more configuration see the wiki
[br]
https://github.com/dani-garcia/vaultwarden/wiki
</Overview>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/vaultwarden.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bitwardenrs.png</Icon>
<Config Name="WebUI HTTP Port" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"></Config>
<Config Name="Storage" Target="/data" Default="/mnt/user/appdata/bitwarden" Mode="rw" Description="Container Path: /data" Type="Path" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="SERVER_ADMIN_EMAIL" Target="SERVER_ADMIN_EMAIL" Default="me@domain.com" Description="Container Variable: Server Admin E-Mail" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="SIGNUPS_ALLOWED" Target="SIGNUPS_ALLOWED" Default="true|false" Description="Container Variable: Signups" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="INVITATIONS_ALLOWED" Target="INVITATIONS_ALLOWED" Default="true|false" Description="Container Variable: Invitations" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="WEBSOCKET_ENABLED" Target="WEBSOCKET_ENABLED" Default="false" Description="Container Variable: Websockets Enabled" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="ADMIN_TOKEN" Target="ADMIN_TOKEN" Default="" Description="Container Variable: ADMIN_TOKEN" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Description>Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.&#13;
&#13;
Basically full implementation of Bitwarden API is provided including: &#13;
&#13;
-Basic single user functionality&#13;
&#13;
-Organizations support&#13;
&#13;
-Attachments&#13;
&#13;
-Vault API support&#13;
&#13;
-Serving the static files for Vault interface&#13;
&#13;
-Website icons API&#13;
&#13;
-Authenticator and U2F support&#13;
&#13;
-YubiKey OTP&#13;
&#13;
For more configuration see the wiki
https://github.com/dani-garcia/vaultwarden/wiki</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/vaultwarden.xml</templatePath>
</Container>