Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1ambda/nebula-config
Nebula
https://github.com/1ambda/nebula-config
Last synced: about 2 months ago
JSON representation
Nebula
- Host: GitHub
- URL: https://github.com/1ambda/nebula-config
- Owner: 1ambda
- Created: 2013-10-04T09:26:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T19:16:30.000Z (about 11 years ago)
- Last Synced: 2024-04-14T18:15:45.271Z (9 months ago)
- Language: PHP
- Size: 3.48 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nebula-config
=============### impl : DNS, Haproxy, Shellinabox, net2ftp
### todo : noVNC, Webvirtmgr, Jenkins, Database Hosting## DNS
```
vi /etc/bind/zones/cloudy.so.zone
vi /etc/hosts
service bind9 restart
```## Haproxy
```
vi /etc/haproxy/haproxy.cfg
/etc/init.d/haproxy restart
```## Shellinabox
```
vi /etc/default/shellinabox
/etc/init.d/shellinabox restart
```## net2ftp
```
vi /etc/apache2/httpd.conf
service apache2 reload
```