An open API service indexing awesome lists of open source software.

https://github.com/wmedrano/server


https://github.com/wmedrano/server

Last synced: 2 months ago
JSON representation

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.