Compare commits
No commits in common. "37b631f68b2dcf65bc19e8a3ee0265d83ec9acad" and "933b9bb6d6aeaacefd85699c85e57320b5c6576c" have entirely different histories.
37b631f68b
...
933b9bb6d6
@ -45,14 +45,9 @@ List over services
|
|||||||
| Dufs | File manager | [files.tbmrs.nl](https://files.tbmrs.nl) |
|
| Dufs | File manager | [files.tbmrs.nl](https://files.tbmrs.nl) |
|
||||||
| Syncthing | File syncing | [syncthing.local.tbmrs.nl](https://syncthing.local.tbmrs.nl) |
|
| Syncthing | File syncing | [syncthing.local.tbmrs.nl](https://syncthing.local.tbmrs.nl) |
|
||||||
| Home Assistant | Home automation | [home-assistant.local.tbmrs.nl](https://home-assistant.local.tbmrs.nl) |
|
| Home Assistant | Home automation | [home-assistant.local.tbmrs.nl](https://home-assistant.local.tbmrs.nl) |
|
||||||
| ~~Karakeep~~ | Bookmarking | ~~[karakeep.local.tbmrs.nl](https://karakeep.local.tbmrs.nl)~~ |
|
| Karakeep | Bookmarking | [karakeep.local.tbmrs.nl](https://karakeep.local.tbmrs.nl) |
|
||||||
| Vikunja | Tasks management | [vikunja.local.tbmrs.nl](https://vikunja.local.tbmrs.nl) |
|
| Vikunja | Tasks management | [vikunja.local.tbmrs.nl](https://vikunja.local.tbmrs.nl) |
|
||||||
| Stalwart | Mailserver | [mail.tbmrs.nl](https://mail.tbmrs.nl) |
|
| Stalwart | Mailserver | [mail.tbmrs.nl](https://mail.tbmrs.nl) |
|
||||||
| Linkding | Bookmark managment | [links.local.tbmrs.nl](https://links.local.tbmrs.nl) |
|
|
||||||
|
|
||||||
### Todo
|
|
||||||
|
|
||||||
- Install koreader selfhosted sync
|
|
||||||
|
|
||||||
### Openid commands
|
### Openid commands
|
||||||
|
|
||||||
|
@ -70,22 +70,13 @@
|
|||||||
"monitor.local.tbmrs.nl"
|
"monitor.local.tbmrs.nl"
|
||||||
"syncthing.local.tbmrs.nl"
|
"syncthing.local.tbmrs.nl"
|
||||||
"home-assistant.local.tbmrs.nl"
|
"home-assistant.local.tbmrs.nl"
|
||||||
"tasks.local.tbmrs.nl"
|
"karakeep.local.tbmrs.nl"
|
||||||
"links.local.tbmrs.nl"
|
"vikunja.local.tbmrs.nl"
|
||||||
|
"linkding.local.tbmrs.nl"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Setup nfs share
|
|
||||||
services.nfs = {
|
|
||||||
server = {
|
|
||||||
enable = true;
|
|
||||||
exports = ''
|
|
||||||
/export 192.168.100.0/24(rw,fsid=0,no_subtree_check)
|
|
||||||
/export/wrb 192.168.100.0/24(rw,nohide,no_subtree_check)
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
networking.firewall.allowedTCPPorts = [ 2049 ];
|
|
||||||
|
|
||||||
# state version
|
# state version
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user