Requirements:
- DigitalOcean Droplet (Ubuntu 20.04+) should be created
- Github repository
ssh root@DROPLET_IP
sudo vi /etc/ssh/sshd_config
- change
PasswordAuthentication
fromno
toyes
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
Create the backend for a bootcamp directory website. The frontend/UI will be created by another team (future course). The html/css template has been created and can be used as a reference for functionality. All of the functionality below needs to be fully implmented in this project.
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user
{ | |
"background":"#000000", | |
"black":"#000000", | |
"blue":"#2980b9", | |
"brightBlack":"#7f8c8d", | |
"brightBlue":"#3498db", | |
"brightCyan":"#1abc9c", | |
"brightGreen":"#2ecc71", | |
"brightPurple":"#9b59b6", | |
"brightRed":"#e74c3c", |
version: '3' | |
volumes: | |
postgres_data: | |
driver: local | |
services: | |
postgres: | |
image: postgres | |
volumes: |
ngrok allows you to expose a web server running on your local machine to the internet.
Source: https://community.online.net/t/reset-root-password-via-console/1724/3
I solved this problem, found a hint here: https://github.com/scaleway/initrd/tree/master/Linux 184.
Here is what I did:
This example is part of this article.
This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features: