You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
10 years ago | |
|---|---|---|
| conf | 10 years ago | |
| scripts | 10 years ago | |
| LICENSE | 10 years ago | |
| README.md | 10 years ago | |
| manifest.json | 10 years ago | |
README.md
YunoHost Huginn app
##Notes
- Work only on root-domain
- No SSO auto login
- Eveything is compiled from source, may take a while to install.
##Tested on :
- Debian 7.9 inside Docker
##Config Post Install
Change the Unicorn config if needed, the requirements.md has a section explaining the suggested amount of unicorn workers:
# Increase the amount of workers if you expect to have a high load instance.
# 2 are enough for most use cases, if the server has less then 2GB of RAM
# decrease the worker amount to 1
sudo -u huginn -H editor config/unicorn.rb
##Files
unicorn.rb and .env are located in :
/home/hugin/hugin
Note: You have to re-export the init script every time you change the configuration in .env or your Procfile!
sudo rake production:export
#More information:
https://github.com/cantino/huginn