mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-07 04:14:53 +01:00
initial build
This commit is contained in:
9
flaresolverr/rootfs/scripts/99-run.sh
Normal file
9
flaresolverr/rootfs/scripts/99-run.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bashio
|
||||
|
||||
bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash."
|
||||
|
||||
##############
|
||||
# LAUNCH APP #
|
||||
##############
|
||||
|
||||
node ./dist/server.js
|
||||
Reference in New Issue
Block a user