This commit is contained in:
Alexandre
2020-12-10 15:33:58 +01:00
3 changed files with 20 additions and 12 deletions

View File

@@ -17,25 +17,30 @@ https://github.com/alexbelgium/hassio-addons
[//]: # (ADDONLIST_START)
### [emby](emby/)
### [Emby NAS](emby/)
A Free Software Media System that puts you in control of managing and streaming your media.
- Based on linuxserver image latest beta
- Forked from : https://github.com/petersendev/hassio-addons
- Modifications : switch to linuxserver beta versions, add smb and local disks mount
### [radarr](radarr/)
### [Radarr NAS](radarr/)
- Forked from : https://github.com/petersendev/hassio-addons
- Modifications : add smb and local disks mount
### [transmission](transmission/)
### [Transmission NAS](transmission/)
The torrent client for Hass.io with OpenVPN support.
- Based on latest transmission
- Forked from : https://github.com/Alexwijn/hassio-addon-transmission
- Modifications : add smb and local disks mount
### [doublecommander](doublecommander/)
### [Doublecommander NAS](doublecommander/)
A free cross platform open source file manager with two panels side by side.
- Based on latest linuxserver image
- Modifications : add smb and local disks mount
### [Code-server](code-server/)
Code-server is VS Code running on a remote server, accessible through the browser.
- Based on latest linuxserver image
[//]: # (ADDONLIST_END)

View File

@@ -1,10 +1,10 @@
# Hassio Add-ons by alexbelgium: doublecommander
# Hassio Add-ons by alexbelgium: code-server
## About
Double Commander is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
Code-server is VS Code running on a remote server, accessible through the browser.
This addon is based on the [docker image](https://github.com/linuxserver/docker-doublecommander) from linuxserver.io.
This addon is based on the [docker image](https://github.com/linuxserver/code-server) from linuxserver.io.
## Installation
@@ -21,7 +21,7 @@ comparison to installing any other Hass.io add-on.
## Configuration
Webui can be found at `<your-ip>:3000`.
Webui can be found at `<your-ip>:8443`.
[repository]: https://github.com/alexbelgium/hassio-addons

View File

@@ -1,9 +1,9 @@
{
"name": "VS code",
"version": "1.0",
"version": "1.1",
"slug": "code-server",
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"url": "https://github.com/alexbelgium/hassio-addons/code-server",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"url": "https://hub.docker.com/r/linuxserver/code-server",
"startup": "services",
"arch": [
"aarch64",
@@ -21,7 +21,10 @@
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:3000]",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"webui": "http://[HOST]:[PORT:8443]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"