Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhh/fava-yoyodyne
fava-gencon
https://github.com/jhh/fava-yoyodyne
Last synced: 27 days ago
JSON representation
fava-gencon
- Host: GitHub
- URL: https://github.com/jhh/fava-yoyodyne
- Owner: jhh
- Created: 2023-02-07T14:32:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T10:46:46.000Z (5 months ago)
- Last Synced: 2024-12-16T03:42:14.142Z (about 1 month ago)
- Language: Nix
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```