Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prusnak/soberano


https://github.com/prusnak/soberano

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Soberano

## Cheat sheet

### Deployment

Start NixOps

```
nix-shell -p nixops
```

Create deployment

```
nixops create soberano.nix soberano-vbox.nix -d SoberanoVbox
```

Deploy or redeploy

```
nixops deploy -d SoberanoVbox --force-reboot
```

Destroy deployment

```
nixops destroy -d SoberanoVbox
```

### Usage

SSH into the instance

```
nixops ssh -d SoberanoVbox soberano
```

Obtain the hidden service hostname

```
cat /var/lib/tor/onion/soberano/hostname
```