added hosts
This commit is contained in:
@@ -1,23 +1,8 @@
|
||||
---
|
||||
created: 2025-04-07T09:50:26 (UTC +02:00)
|
||||
tags: []
|
||||
source: https://bookstack.delmar.bzh/books/turing-pi/page/hosts
|
||||
author:
|
||||
---
|
||||
|
||||
# Hosts | BookStack
|
||||
|
||||
> ## Excerpt
|
||||
> Hosts / IPs
|
||||
.
|
||||
├── bikiniBottom (192.168.1.10)
|
||||
| ├── bob (192.168.1.11)
|
||||
| ├── carlo (...
|
||||
|
||||
---
|
||||
# Hosts
|
||||
|
||||
## Hosts / IPs
|
||||
|
||||
```
|
||||
.
|
||||
├── bikiniBottom (192.168.1.10)
|
||||
| ├── bob (192.168.1.11)
|
||||
@@ -29,10 +14,12 @@ author:
|
||||
├── bernie (192.168.1.17)
|
||||
| ------------------------------
|
||||
└── retropie (192.168.1.53)
|
||||
```
|
||||
|
||||
|
||||
[](https://bookstack.delmar.bzh/uploads/images/gallery/2025-01/FAAaSpaRwVvu0HVc-bikinibottom.webp)
|
||||
|
||||
### bob
|
||||
## bob
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -44,7 +31,7 @@ Machine ID: b1cb31b775024e039647ff5f6630d7ed
|
||||
Boot ID: 2389279c30484c189b683e0cb42498e2
|
||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||
Kernel: Linux 6.1.0-18-arm64
|
||||
Architecture: arm64 | |
|
||||
Architecture: arm64 | |
|
||||
|
||||
#### Docker
|
||||
|
||||
@@ -56,7 +43,7 @@ Architecture: arm64 | |
|
||||
- Caddy
|
||||
___
|
||||
|
||||
### carlo
|
||||
## carlo
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -68,7 +55,7 @@ Machine ID: f02bbee5724d4201b27cf1eedcf7a186
|
||||
Boot ID: eeece999704d4057b5b062fb48d490cb
|
||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||
Kernel: Linux 6.1.0-18-arm64
|
||||
Architecture: arm64 | |
|
||||
Architecture: arm64 | |
|
||||
|
||||
#### Docker
|
||||
|
||||
@@ -81,10 +68,10 @@ Architecture: arm64 | |
|
||||
- [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")
|
||||
- Not installed : [Paperless-ngx](https://bookstack.delmar.bzh/books/selfhosted/page/paperless-ngx "Paperless-ngx")
|
||||
- Not installed : [Paperless-ngx](https://bookstack.delmar.bzh/books/selfhosted/page/paperless-ngx "Paperless-ngx")
|
||||
___
|
||||
|
||||
### gary
|
||||
## gary
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -99,7 +86,7 @@ Kernel: Linux 5.10.160-rockchip
|
||||
Architecture: arm64 | |
|
||||
___
|
||||
|
||||
### sandy
|
||||
## sandy
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -111,13 +98,13 @@ Machine ID: bdaf4ea1b105412ea9f7e44631adac33
|
||||
Boot ID: f72153ed179c4cc2b3df1614c2f93d48
|
||||
Operating System: Ubuntu 22.04.4 LTS
|
||||
Kernel: Linux 5.10.160-rockchip
|
||||
Architecture: arm64 | |
|
||||
Architecture: arm64 | |
|
||||
|
||||
#### NFS
|
||||
|
||||
/etc/fstab
|
||||
|
||||
krabs:/export/media /nfs/media nfs \_netdev,x-systemd.automount,noauto,nofail,noatime,nolock,tcp,bg,actimeo=1800 0 0
|
||||
krabs:/export/media /nfs/media nfs \_netdev,x-systemd.automount,noauto,nofail,noatime,nolock,tcp,bg,actimeo=1800 0 0
|
||||
|
||||
#### Docker
|
||||
- [Watchtower & Autoheal](https://bookstack.delmar.bzh/apps/files/?dir=/Collectifs/delmar.bzh/IT&openfile=12266#relPath=IT/Watchtower%20%26%20Autoheal.md)
|
||||
@@ -132,7 +119,7 @@ krabs:/export/media /nfs/media nfs \_netdev,x-systemd.automount,noauto
|
||||
|
||||
___
|
||||
|
||||
### krabs ([NFS Server](https://bookstack.delmar.bzh/books/turing-pi/page/nfs-server "NFS Server"))
|
||||
## krabs
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -144,23 +131,31 @@ Machine ID: 723d4f09b6db47a282ff51544a27f6fb
|
||||
Boot ID: 9c008d0c84e04bf9a69fa713a83adfcb
|
||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||
Kernel: Linux 6.1.0-18-arm64
|
||||
Architecture: arm64 | |
|
||||
Architecture: arm64 | |
|
||||
|
||||
|
||||
```
|
||||
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
|
||||
/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
|
||||
/mnt/data/media/ /export/media none bind,nofail 0 0
|
||||
```
|
||||
|
||||
#### Docker
|
||||
- [Zipline](https://bookstack.delmar.bzh/books/selfhosted/page/zipline "Zipline")
|
||||
@@ -169,7 +164,7 @@ sudo vim /etc/fstab
|
||||
|
||||
___
|
||||
|
||||
### sheldon
|
||||
## sheldon
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -181,17 +176,18 @@ Machine ID: df84154b596a409fbdc89e877f1f3ed0
|
||||
Boot ID: e4911ef2b66f4f53b8ac6ae244d6ad44
|
||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||
Kernel: Linux 6.1.0-odroid-arm64
|
||||
Architecture: arm64 | |
|
||||
Architecture: arm64 | |
|
||||
|
||||
#### Docker
|
||||
- On host : Gitea / Postgres
|
||||
#### On host
|
||||
- Gitea
|
||||
- Postgres
|
||||
|
||||
#### Docker
|
||||
- [Watchtower & Autoheal](https://bookstack.delmar.bzh/apps/files/?dir=/Collectifs/delmar.bzh/IT&openfile=12266#relPath=IT/Watchtower%20%26%20Autoheal.md)
|
||||
|
||||
___
|
||||
|
||||
### bernie
|
||||
## bernie
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -203,7 +199,7 @@ Machine ID:
|
||||
Boot ID:
|
||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||
Kernel:
|
||||
Architecture: arm64 | |
|
||||
Architecture: arm64 | |
|
||||
|
||||
#### Docker
|
||||
- [Watchtower & Autoheal](https://bookstack.delmar.bzh/IT/Watchtower%20%26%20Autoheal.md?fileId=12266)
|
||||
@@ -211,7 +207,7 @@ Architecture: arm64 | |
|
||||
|
||||
___
|
||||
|
||||
### pearl (dead)
|
||||
## pearl (dead)
|
||||
|
||||
| Hardware | IP |
|
||||
| --- | --- |
|
||||
@@ -223,7 +219,7 @@ Machine ID:
|
||||
Boot ID:
|
||||
Operating System: Debian GNU/Linux 12 (bookworm)
|
||||
Kernel:
|
||||
Architecture: arm64 | |
|
||||
Architecture: arm64 | |
|
||||
|
||||
#### Docker
|
||||
[](https://bookstack.delmar.bzh/books/turing-pi/page/hosts/edit?content-id=bkmrk-watchtower-%26-autohea-4&content-text=%0A%0AWatchtower%20%26%20Autoheal%0A%0A "Jump to section in editor")
|
||||
|
||||
Reference in New Issue
Block a user