mirror of
https://github.com/YunoHost/lal
synced 2026-01-16 13:26:29 +01:00
No description
| .hg | ||
| js | ||
| stylesheets | ||
| .gitignore | ||
| .hgignore | ||
| .htaccess.sample | ||
| .htpasswd.sample | ||
| favicon.ico | ||
| index.html | ||
| list.json.sample | ||
| nginx-vhost.sample | ||
| README.md | ||
| robots.txt | ||
| validate.php | ||
LAL
Light Application List for YunoHost
Install
N.B.: Replace paths and UNIX users with yours.
- Clone the repo as a web document root
git clone https://github.com/YunoHost/lal /var/www/app.yunohost.org
- Copy sample files and adapt it (.htpasswd generator: http://www.htaccesstools.com/htpasswd-generator/)
cp .htaccess.sample .htacess
cp .htpasswd.sample .htpasswd
cp list.json.sample list.json
vim .htacess .htpasswd list.json
- Change mail addresses as you need
js/main.js: Line 82
validate.php: Line 73, 76, 77
- Change owner of the directory
chown -R www-data: /var/www/app.yunohost.org
- Configure & reload apache (basic vhost, htaccess included) or nginx (vhost = nginx-vhost.sample)