lyadmin/README.md

45 lines
1.2 KiB
Markdown
Raw Normal View History

2020-12-07 23:24:11 -05:00
# lyadmin #
2020-12-07 23:18:20 -05:00
2020-12-07 23:28:20 -05:00
## install ##
Setup a clean instance of OpenBSD
2020-12-07 23:32:47 -05:00
2020-12-07 23:28:20 -05:00
Login as root
2020-12-07 23:32:47 -05:00
2020-12-07 23:28:20 -05:00
Run the below command to automatically provision the tilde instance
```
pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl' -O - | perl
```
or
```
pkg_add wget && wget 'https://s.lain.la/wrMJw' -O - | perl
```
2020-12-07 23:36:12 -05:00
After the scripts run, haproxy, the Flask app for user requests (lingyind) and apache will all be installed and started.
lingyind listens on 127.0.0.1 port 5000
apache listens on 127.0.0.1 port 5001
haproxy listens on port 80 on all interfaces
You should be able to open your instance by IP address in your browser and see the home page
Make sure to setup HTTPS, setup authorized keys, disable password auth after install
2020-12-07 23:28:20 -05:00
2020-12-07 23:44:58 -05:00
## video tutorial of install ##
The below video is about 5 minutes and walks through the install of the instance on Digital Ocean.
Please disregard the comment on total price. The cost is probably higher than $100 depending on instance size. I was slightly tired when making this...
https://youdieifyou.work/files/vqkiqquzluv.mp4
2020-12-07 23:28:20 -05:00
## conf ##
in lyadmin.conf.json you can change the site name, set your email address and update the list of custom shells available
2020-12-07 23:44:58 -05:00