addition of upstream tage

This commit is contained in:
Alexandre
2021-02-19 19:30:59 +01:00
parent 696374e3d6
commit 1b1dd403f7
15 changed files with 25 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.4", "version": "1.4",
"slug": "updater", "slug": "updater",
"description": "Automatic addons update by aligning version tag with upstream releases", "description": "Automatic addons update by aligning version tag with upstream releases",
"url": "https://github.com/alexbelgium/hassio-addons",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",

View File

@@ -1,10 +1,10 @@
{ {
"name": "Bitwarden RS", "name": "Bitwarden RS",
"version": "1.19.0", "version": "1.19.0",
"current": "1.19.0", "upstream": "1.19.0",
"slug": "bitwarden", "slug": "bitwarden",
"description": "Open source password management solution", "description": "Open source password management solution",
"url": "https://hub.docker.com/r/bitwardenrs/server", "url": "https://github.com/alexbelgium/hassio-addons",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]", "webui": "[PROTO:ssl]://[HOST]:[PORT:7277]",
"startup": "services", "startup": "services",
"init": false, "init": false,
@@ -34,4 +34,4 @@
"keyfile": "str", "keyfile": "str",
"request_size_limit": "int?" "request_size_limit": "int?"
} }
} }

View File

@@ -1,10 +1,10 @@
{ {
"name": "Cloudcommander", "name": "Cloudcommander",
"version": "15.6.0", "version": "15.6.0",
"current": "15.6.0", "upstream": "15.6.0",
"slug": "cloudcommander", "slug": "cloudcommander",
"description": "Cloud Commander a file manager for the web with console and editor", "description": "Cloud Commander a file manager for the web with console and editor",
"url": "https://github.com/coderaiser/cloudcmd", "url": "https://github.com/alexbelgium/hassio-addons",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",

View File

@@ -4,7 +4,7 @@
"upstream": "3.9.0", "upstream": "3.9.0",
"slug": "code-server", "slug": "code-server",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.", "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"url": "https://hub.docker.com/r/linuxserver/code-server", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",

View File

@@ -1,6 +1,7 @@
{ {
"name": "Emby beta NAS", "name": "Emby beta NAS",
"version": "4.6.0.26", "version": "4.6.0.26",
"version": "upstream",
"slug": "emby_nas", "slug": "emby_nas",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.", "description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -1,6 +1,7 @@
{ {
"name": "Filebrowser", "name": "Filebrowser",
"version": "2.11.0", "version": "2.11.0",
"upstream": "2.11.0",
"slug": "filebrowser", "slug": "filebrowser",
"description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files", "description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -3,7 +3,7 @@
"version": "2.1.24", "version": "2.1.24",
"slug": "joal", "slug": "joal",
"description": "An open source command line RatioMaster with WebUI", "description": "An open source command line RatioMaster with WebUI",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/joal", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",

View File

@@ -1,7 +1,8 @@
{ {
"name": "Nextcloud OCR", "name": "Nextcloud OCR",
"url": "https://hub.docker.com/r/linuxserver/nextcloud", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "20.0.7", "version": "20.0.7",
"upstream": "20.0.7",
"slug": "nextcloud_ocr", "slug": "nextcloud_ocr",
"ingress": false, "ingress": false,
"ingress_port": 0, "ingress_port": 0,

View File

@@ -1,9 +1,10 @@
{ {
"name": "Papermerge", "name": "Papermerge",
"version": "1.5.5", "version": "1.5.5",
"upstream": "1.5.5",
"slug": "papermerge", "slug": "papermerge",
"description": "Open source document management system (DMS)", "description": "Open source document management system (DMS)",
"url": "https://hub.docker.com/r/linuxserver/papermerge", "url": "https://github.com/alexbelgium/hassio-addons",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",

View File

@@ -1,10 +1,11 @@
{ {
"name": "Piwigo", "name": "Piwigo",
"version": "11.3.0", "version": "11.3.0",
"upstream": "11.3.0",
"slug": "piwigo", "slug": "piwigo",
"stage": "experimental", "stage": "experimental",
"description": "Piwigo is a photo gallery software for the web", "description": "Piwigo is a photo gallery software for the web",
"url": "https://hub.docker.com/r/linuxserver/piwigo", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",

View File

@@ -1,6 +1,7 @@
{ {
"name": "Qbittorrent", "name": "Qbittorrent",
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls115", "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls115",
"upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls115",
"slug": "qbittorrent", "slug": "qbittorrent",
"description": "qBittorrent is a bittorrent client", "description": "qBittorrent is a bittorrent client",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -1,9 +1,10 @@
{ {
"name": "Radarr NAS", "name": "Radarr NAS",
"version": "3.0.2.4552", "version": "3.0.2.4552",
"upstream": "3.0.2.4552",
"slug": "radarr_nas", "slug": "radarr_nas",
"description": "A fork of Sonarr to work with movies like Couchpotato", "description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://hub.docker.com/r/linuxserver/radarr", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",

View File

@@ -1,10 +1,11 @@
{ {
"name": "Scrutiny", "name": "Scrutiny",
"version": "27b923b5-ls10", "version": "27b923b5-ls10",
"upstream": "27b923b5-ls10",
"slug": "scrutiny", "slug": "scrutiny",
"stage": "experimental", "stage": "experimental",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
"url": "https://hub.docker.com/r/linuxserver/scrutiny", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",

View File

@@ -1,9 +1,10 @@
{ {
"name": "Transmission NAS", "name": "Transmission NAS",
"version": "3.00-r2-ls78", "version": "3.00-r2-ls78",
"upstream": "3.00-r2-ls78",
"slug": "transmission_ls", "slug": "transmission_ls",
"description": "Bittorrent client based on linuxserver image", "description": "Bittorrent client based on linuxserver image",
"url": "https://hub.docker.com/r/linuxserver/transmission", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",

View File

@@ -1,9 +1,10 @@
{ {
"name": "Ubooquity", "name": "Ubooquity",
"version": "2.1.2-ls57", "version": "2.1.2-ls57",
"upstream": "2.1.2-ls57",
"slug": "ubooquity", "slug": "ubooquity",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks", "description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"url": "https://hub.docker.com/r/linuxserver/ubooquity", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",