mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
13
README.md
13
README.md
@@ -17,25 +17,30 @@ https://github.com/alexbelgium/hassio-addons
|
|||||||
|
|
||||||
[//]: # (ADDONLIST_START)
|
[//]: # (ADDONLIST_START)
|
||||||
|
|
||||||
### [emby](emby/)
|
### [Emby NAS](emby/)
|
||||||
A Free Software Media System that puts you in control of managing and streaming your media.
|
A Free Software Media System that puts you in control of managing and streaming your media.
|
||||||
- Based on linuxserver image latest beta
|
- Based on linuxserver image latest beta
|
||||||
- Forked from : https://github.com/petersendev/hassio-addons
|
- Forked from : https://github.com/petersendev/hassio-addons
|
||||||
- Modifications : switch to linuxserver beta versions, add smb and local disks mount
|
- 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
|
- Forked from : https://github.com/petersendev/hassio-addons
|
||||||
- Modifications : add smb and local disks mount
|
- Modifications : add smb and local disks mount
|
||||||
|
|
||||||
### [transmission](transmission/)
|
### [Transmission NAS](transmission/)
|
||||||
The torrent client for Hass.io with OpenVPN support.
|
The torrent client for Hass.io with OpenVPN support.
|
||||||
- Based on latest transmission
|
- Based on latest transmission
|
||||||
- Forked from : https://github.com/Alexwijn/hassio-addon-transmission
|
- Forked from : https://github.com/Alexwijn/hassio-addon-transmission
|
||||||
- Modifications : add smb and local disks mount
|
- 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.
|
A free cross platform open source file manager with two panels side by side.
|
||||||
- Based on latest linuxserver image
|
- 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)
|
[//]: # (ADDONLIST_END)
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Hassio Add-ons by alexbelgium: doublecommander
|
# Hassio Add-ons by alexbelgium: code-server
|
||||||
|
|
||||||
## About
|
## 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
|
## Installation
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ comparison to installing any other Hass.io add-on.
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Webui can be found at `<your-ip>:3000`.
|
Webui can be found at `<your-ip>:8443`.
|
||||||
|
|
||||||
|
|
||||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "VS code",
|
"name": "VS code",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"slug": "code-server",
|
"slug": "code-server",
|
||||||
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
|
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/code-server",
|
"url": "https://hub.docker.com/r/linuxserver/code-server",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
@@ -21,7 +21,10 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:3000]",
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
|
"full_access": true,
|
||||||
|
"webui": "http://[HOST]:[PORT:8443]",
|
||||||
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user