Editing Unicorn
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | |||
Unicorn is a homage to our long dead server, formerly known as [[Stallion]]. | Unicorn is a homage to our long dead server, formerly known as [[Stallion]]. | ||
Line 6: | Line 5: | ||
This utility server is 4 cores, 24gb ram, 120gb ssd storage and 12tb bandwidth. <br> | This utility server is 4 cores, 24gb ram, 120gb ssd storage and 12tb bandwidth. <br> | ||
− | '''Volunteers warmly encouraged to setup and maintain it! Please contact us via the main [https://lists.noisebridge.net/ | + | '''Volunteers warmly encouraged to setup and maintain it! Please contact us via the main [https://lists.noisebridge.net/pipermail/noisebridge-discuss/2018-November/date.html Noisebridge Discussion Mailing List]''' |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== System Info == | == System Info == | ||
Line 62: | Line 14: | ||
* IP: <code>172.93.55.252</code> | * IP: <code>172.93.55.252</code> | ||
− | * OS: Debian | + | * OS: Debian 9 x86_64 |
* Web server: Nginx is running on ports 80 and 443 | * Web server: Nginx is running on ports 80 and 443 | ||
Line 71: | Line 23: | ||
* SSL: certbot runs every day to renew certs for all (sub)domains it knows about | * SSL: certbot runs every day to renew certs for all (sub)domains it knows about | ||
− | |||
* To add a new service at, say, <code>somethingcool.noisebridge.info</code>... | * To add a new service at, say, <code>somethingcool.noisebridge.info</code>... | ||
** Create a file similar to <code>/etc/nginx/sites-available/noisebridge.info</code> called <code>/etc/nginx/sites-available/somethingcool.noisebridge.info</code> | ** Create a file similar to <code>/etc/nginx/sites-available/noisebridge.info</code> called <code>/etc/nginx/sites-available/somethingcool.noisebridge.info</code> | ||
** Run <code>sudo ln -s /etc/nginx/sites-available/somethingcool.noisebridge.info /etc/nginx/sites-enabled/somethingcool.noisebridge.info; sudo nginx -t</code> | ** Run <code>sudo ln -s /etc/nginx/sites-available/somethingcool.noisebridge.info /etc/nginx/sites-enabled/somethingcool.noisebridge.info; sudo nginx -t</code> | ||
− | ** If you don't get any errors, | + | ** If you don't get any errors, now run <code>sudo service nginx restart</code> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Rules and Guidelines == | == Rules and Guidelines == | ||
Line 93: | Line 38: | ||
* If you need a different version of some database that is already running on the default port, run the version you need in a Docker container, or on a different port (and that stores its data in a different directory!) | * If you need a different version of some database that is already running on the default port, run the version you need in a Docker container, or on a different port (and that stores its data in a different directory!) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |