mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 02:44:05 +02:00
Merge pull request #2 from petruknw/feat/aurral-addon
Feat/aurral addon
This commit is contained in:
@@ -8,7 +8,6 @@ This addon is based on the docker image https://github.com/lklynet/aurral
|
||||
| Option | Default | Description |
|
||||
|---|---|---|
|
||||
| `download_folder` | `/share/aurral/downloads` | Path where Aurral writes flow downloads. Must be under `/share`. |
|
||||
| `data_folder` | `/share/aurral/data` | Path for Aurral's database and persistent config. Must be under `/share`. |
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -18,11 +17,11 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
|
||||
1. Add my add-ons repository to your home assistant instance (in supervisor addons store at top right, or click button below if you have configured my HA)
|
||||
|
||||
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons)
|
||||
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons)
|
||||
|
||||
2. Install this add-on.
|
||||
3. Click the `Save` button to store your configuration.
|
||||
4. Set the `download_folder` and `data_folder` options to your preferred paths.
|
||||
4. Set the `download_folder` option to your preferred path.
|
||||
5. Start the add-on.
|
||||
6. Check the logs of the add-on to see if everything went well.
|
||||
7. Open the webUI and complete onboarding.
|
||||
|
||||
2
aurral/rootfs/usr/local/bin/docker-entrypoint.sh
Normal file
2
aurral/rootfs/usr/local/bin/docker-entrypoint.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user