Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhh/fava-yoyodyne

fava-gencon
https://github.com/jhh/fava-yoyodyne

Last synced: 27 days ago
JSON representation

fava-gencon

Awesome Lists containing this project

README

        

# Gencon Beancount Fava Server

A NixOS server for sharing expenses over a Tailnet.

## Building

```
nix run github:nix-community/nixos-generators -- --format proxmox-lxc --flake .#container
```

Copy resulting .tar.xy file to LXC template dir, i.e.
`/mnt/pve/luna/template/cache` and create a container using the Proxmox admin
interface.

## Tailscale

For running in a Proxmox LXC, assign a static IP and add the following line to the config file:

```
# /etc/pve/lxc/.conf
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
```