Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jtrrll/web-server

jtrrll's multipurpose web server
https://github.com/jtrrll/web-server

nginx nix server web

Last synced: 6 days ago
JSON representation

jtrrll's multipurpose web server

Awesome Lists containing this project

README

        

# web-server

![GitHub Actions CI Status](https://img.shields.io/github/actions/workflow/status/jtrrll/web-server/ci.yaml?branch=main&logo=github&label=CI)
![License](https://img.shields.io/github/license/jtrrll/web-server?label=License)

jtrrll's multipurpose web server.

## Usage

1. [Install Nix](https://zero-to-nix.com/start/install)
2. Run the following to start the `nginx` reverse proxy service:


```sh
sudo nix run .#nginx --extra-experimental-features nix-command --extra-experimental-features flakes
```

3. Run additional services by running the following:

```sh
nix run .#
```