Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prusnak/soberano
https://github.com/prusnak/soberano
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prusnak/soberano
- Owner: prusnak
- Created: 2019-04-26T22:52:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T22:53:08.000Z (over 5 years ago)
- Last Synced: 2024-12-16T16:06:04.642Z (25 days ago)
- Language: Nix
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```