"Updates"
This commit is contained in:
@@ -74,13 +74,8 @@ Boot ID: 2389279c30484c189b683e0cb42498e2
|
|||||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||||
Kernel: Linux 6.1.0-18-arm64
|
Kernel: Linux 6.1.0-18-arm64
|
||||||
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### Docker
|
|
||||||
|
|
||||||
- [Flame](https://bookstack.delmar.bzh/IT/Flame.md?fileId=12230)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### carlo
|
### carlo
|
||||||
@@ -93,19 +88,8 @@ Boot ID: eeece999704d4057b5b062fb48d490cb
|
|||||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||||
Kernel: Linux 6.1.0-18-arm64
|
Kernel: Linux 6.1.0-18-arm64
|
||||||
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### Docker
|
|
||||||
|
|
||||||
- [Penpot](https://bookstack.delmar.bzh/IT/Penpot.md?fileId=12253)
|
|
||||||
- [Gitea](https://cloud.delmar.bzh/f/97765)
|
|
||||||
- [Seatsurfing](https://bookstack.delmar.bzh/IT/Seatsurfing.md?fileId=12263)
|
|
||||||
- [Vaultwarden](https://bookstack.delmar.bzh/IT/Vaultwarden.md?fileId=12267)
|
|
||||||
- [Bookstack](https://bookstack.delmar.bzh/books/selfhosted/page/bookstack "Bookstack")
|
|
||||||
- [Home Assistant](https://bookstack.delmar.bzh/books/selfhosted/page/home-assistant "Home Assistant")
|
|
||||||
- [Paperless-ngx](https://bookstack.delmar.bzh/books/selfhosted/page/paperless-ngx "Paperless-ngx")
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### gary
|
### gary
|
||||||
@@ -120,6 +104,7 @@ Kernel: Linux 5.10.160-rockchip
|
|||||||
Architecture: arm64</td><td colspan="1" rowspan="1">
|
Architecture: arm64</td><td colspan="1" rowspan="1">
|
||||||
</td></tr></tbody></table>
|
</td></tr></tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### sandy
|
### sandy
|
||||||
@@ -134,27 +119,6 @@ Kernel: Linux 5.10.160-rockchip
|
|||||||
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### NFS
|
|
||||||
|
|
||||||
```
|
|
||||||
/etc/fstab
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
krabs:/export/media /nfs/media nfs _netdev,x-systemd.automount,noauto,nofail,noatime,nolock,tcp,bg,actimeo=1800 0 0
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Docker
|
|
||||||
|
|
||||||
- [Nextcloud](https://bookstack.delmar.bzh/IT/Nextcloud.md?fileId=12247)
|
|
||||||
- [Stirling PDF](https://bookstack.delmar.bzh/books/selfhosted/page/stirling-pdf "Stirling PDF")
|
|
||||||
- [Calibre](https://bookstack.delmar.bzh/IT/Calibre.md?fileId=12223)
|
|
||||||
- [Jellyfin / Jellyseerr](https://bookstack.delmar.bzh/IT/Jellyfin%20%26%20Jellyseerr%20(sandy).md?fileId=12236)
|
|
||||||
|
|
||||||
#### VPN
|
|
||||||
|
|
||||||
- [Proton VPN](https://bookstack.delmar.bzh/Proton%20VPN.md?fileId=55975)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### krabs ([NFS Server](https://bookstack.delmar.bzh/books/turing-pi/page/nfs-server "NFS Server"))
|
### krabs ([NFS Server](https://bookstack.delmar.bzh/books/turing-pi/page/nfs-server "NFS Server"))
|
||||||
@@ -169,33 +133,6 @@ Kernel: Linux 6.1.0-18-arm64
|
|||||||
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt -y install nfs-kernel-server
|
|
||||||
|
|
||||||
sudo vim /etc/exports
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
/export 192.168.1.0/24(rw,no_root_squash,no_subtree_check)
|
|
||||||
/export/media 192.168.1.0/24(rw,no_root_squash,subtree_check,insecure)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo vim /etc/fstab
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
# LVM
|
|
||||||
/dev/disk/by-uuid/a67ae390-f36c-4b7c-98a0-4a3b5601c107 /mnt/data ext4 defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
|
|
||||||
|
|
||||||
# NFS
|
|
||||||
/mnt/data/media/ /export/media none bind,nofail 0 0
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Docker
|
|
||||||
|
|
||||||
- [Zipline](https://bookstack.delmar.bzh/books/selfhosted/page/zipline "Zipline")
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### sheldon
|
### sheldon
|
||||||
@@ -210,8 +147,6 @@ Kernel: Linux 6.1.0-odroid-arm64
|
|||||||
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### Docker
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### bernie
|
### bernie
|
||||||
@@ -226,10 +161,6 @@ Kernel:
|
|||||||
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### Docker
|
|
||||||
|
|
||||||
- [Octoprint](https://bookstack.delmar.bzh/books/selfhosted/page/octoprint "Octoprint")
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### pearl
|
### pearl
|
||||||
@@ -242,7 +173,4 @@ Boot ID:
|
|||||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||||
Kernel:
|
Kernel:
|
||||||
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
Architecture: arm64</td><td colspan="1" rowspan="1"> </td></tr></tbody></table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### Docker
|
|
||||||
|
|||||||
Reference in New Issue
Block a user