https://github.com/wmedrano/server
https://github.com/wmedrano/server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wmedrano/server
- Owner: wmedrano
- Created: 2022-02-21T06:58:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T18:35:31.000Z (about 3 years ago)
- Last Synced: 2025-01-01T10:16:43.430Z (4 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linode Machine
## Quickstart
```shell
sudo ./install_all.sh
sudo ./setup_services.sh
```## systemctl
Systemd is used to bring up services.
* Status - systemctl status
* Detailed Status - sudo systemctl status
* Logs - sudo journalctl -u## Caddy
Reverse proxy service with automatic SSL/HTTPS support. Caddy receives external
requests and routes them to the appropriate port.## Hugo
Static site generator.
## Jupyterlab Server
Interactive development for Python.