Compare commits

...

9 Commits

Author SHA1 Message Date
julien 2f77994a66 "Updates" 2026-05-07 00:05:37 +02:00
julien 515717aedf "Updates" 2026-05-06 20:03:54 +02:00
julien 05d115eeab "Updates" 2026-05-06 19:53:57 +02:00
julien 578f904576 "Updates" 2026-04-24 10:39:53 +02:00
julien de18a5085d "Updates" 2026-04-22 10:35:02 +02:00
julien 9d13b1261e "Updates" 2026-04-18 11:30:48 +02:00
julien 73552caca4 "Updates" 2026-04-17 19:20:29 +02:00
julien 08acbee85c "Updates" 2026-04-17 19:19:16 +02:00
julien eb3a47d6db "Updates" 2026-04-17 19:11:27 +02:00
6 changed files with 67 additions and 2318 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
$TTL 3600 $TTL 3600
@ IN SOA dns106.ovh.net. tech.ovh.net. (2026032801 86400 3600 3600000 300) @ IN SOA dns106.ovh.net. tech.ovh.net. (2076846298 86400 3600 3600000 300)
IN NS dns106.ovh.net. IN NS dns106.ovh.net.
IN NS ns106.ovh.net. IN NS ns106.ovh.net.
IN MX 100 mx3.mail.ovh.net. IN MX 100 mx3.mail.ovh.net.
@@ -21,11 +21,12 @@ auth IN A 176.188.240.123
autoconfig IN CNAME autodiscover.mail.ovh.net. autoconfig IN CNAME autodiscover.mail.ovh.net.
autodiscover IN CNAME mailconfig.ovh.net. autodiscover IN CNAME mailconfig.ovh.net.
books IN A 176.188.240.123 books IN A 176.188.240.123
borg IN A 176.188.240.123
cap IN A 176.188.240.123 cap IN A 176.188.240.123
cfy IN A 176.188.240.123
cloud IN A 176.188.240.123 cloud IN A 176.188.240.123
cnvrt IN A 176.188.240.123 cnvrt IN A 176.188.240.123
crbn IN A 176.188.240.123 crbn IN A 176.188.240.123
crm IN A 176.188.240.123
cs IN A 176.188.240.123 cs IN A 176.188.240.123
dev IN A 176.188.240.123 dev IN A 176.188.240.123
dia IN A 176.188.240.123 dia IN A 176.188.240.123
File diff suppressed because it is too large Load Diff
+15 -3
View File
@@ -27,10 +27,22 @@ echo "UUID=... /mnt/<folder> ext4 defaults 0 0" | sudo tee -a /
#### bob (...) #### bob (...)
``` ```
# emmc # /etc/fstab: static file system information.
UUID=5855d1bc-99fd-41f2-9d11-7c00a1c0ad00 / ext4 defaults,x-systemd.growfs 0 1 #
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/mmcblk0p1 during installation
UUID=15c5c8b9-af8d-4d35-bf0b-47443d554971 / ext4 errors=remount-ro 0 1
# swap was on /dev/mmcblk0p5 during installation
UUID=1c99fbca-6863-4f8a-b8da-4bbea3fbe8c9 none swap sw 0 0
# nvme # nvme
UUID=529deeff-8612-4855-bc07-e07eb2cf55de /mnt/ssd ext4 defaults 0 0 UUID=b656c935-5ef2-45a6-894e-c7062a75a862 /mnt/ssd ext4 defaults 0 0
``` ```
#### carlo (nvme0n1 / sda / sdb) (nfs server --> backups) #### carlo (nvme0n1 / sda / sdb) (nfs server --> backups)
+10 -10
View File
@@ -71,16 +71,16 @@ ssh-copy-id -f -i ~/.ssh/id_ed25519.pub pleb@<hostname>
### bob ### bob
```bash ```bash
_,met$$$$$gg. pleb@bob _,met$$$$$gg. pleb@bob
,g$$$$$$$$$$$$$$$P. OS: Debian ,g$$$$$$$$$$$$$$$P. OS: Debian 13 trixie
,g$$P"" """Y$$.". Kernel: aarch64 Linux 6.1.0-44-arm64 ,g$$P"" """Y$$.". Kernel: x86_64 Linux 6.12.85+deb13-amd64
,$$P' `$$$. Uptime: 11m ,$$P' `$$$. Uptime: 13m
',$$P ,ggs. `$$b: Packages: 419 ',$$P ,ggs. `$$b: Packages: 412
`d$$' ,$P"' . $$$ Shell: bash 5.2.15 `d$$' ,$P"' . $$$ Shell: bash 5.2.37
$$P d$' , $$P Disk: 2,2G / 31G (8%) $$P d$' , $$P Disk: 1,5G / 35G (5%)
$$: $$. - ,d$$' CPU: ARM Cortex-A55 @ 4x 1.8GHz $$: $$. - ,d$$' CPU: Intel Atom E3950 @ 4x 2GHz [38.0°C]
$$\; Y$b._ _,d$P' RAM: 326MiB / 3737MiB $$\; Y$b._ _,d$P' GPU: HD Graphics 505
Y$$. `.`"Y$$$$P"' Y$$. `.`"Y$$$$P"' RAM: 517MiB / 15843MiB
`$$b "-.__ `$$b "-.__
`Y$$ `Y$$
`Y$$. `Y$$.
Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

+23 -14
View File
@@ -86,6 +86,15 @@ books.delmar.bzh {
reverse_proxy patrick:10801 reverse_proxy patrick:10801
} }
borg.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy carlo:8080
}
cap.delmar.bzh { cap.delmar.bzh {
encode { encode {
zstd zstd
@@ -95,6 +104,15 @@ cap.delmar.bzh {
reverse_proxy patrick:11338 reverse_proxy patrick:11338
} }
cfy.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy karen:8188
}
cloud.delmar.bzh { cloud.delmar.bzh {
encode { encode {
zstd zstd
@@ -146,15 +164,6 @@ crbn.delmar.bzh {
reverse_proxy patrick:4000 reverse_proxy patrick:4000
} }
crm.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy patrick:15069
}
cs.delmar.bzh { cs.delmar.bzh {
encode { encode {
zstd zstd
@@ -208,7 +217,7 @@ gen.delmar.bzh {
gzip gzip
minimum_length 1024 minimum_length 1024
} }
reverse_proxy patrick:15578 reverse_proxy patrick:32787
} }
git.delmar.bzh { git.delmar.bzh {
@@ -253,7 +262,7 @@ imgs.delmar.bzh {
gzip gzip
minimum_length 1024 minimum_length 1024
} }
reverse_proxy patrick:32774 reverse_proxy karen:32774
} }
inv.delmar.bzh { inv.delmar.bzh {
@@ -262,7 +271,7 @@ inv.delmar.bzh {
gzip gzip
minimum_length 1024 minimum_length 1024
} }
reverse_proxy patrick:8035 { reverse_proxy patrick:7777 {
header_up X-Real-IP {remote_host} header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host} header_up X-Forwarded-For {remote_host}
header_up X-Forwarded-Proto {scheme} header_up X-Forwarded-Proto {scheme}
@@ -437,7 +446,7 @@ pip.delmar.bzh {
gzip gzip
minimum_length 1024 minimum_length 1024
} }
root * /mnt/ssd/www/picpitch-collage root * /mnt/ssd/www/pip
file_server file_server
} }
@@ -528,7 +537,7 @@ stream.delmar.bzh {
gzip gzip
minimum_length 1024 minimum_length 1024
} }
reverse_proxy bob:1984 reverse_proxy patrick:1984
basic_auth / { basic_auth / {
admin $2a$14$Z5n.aZ3DVnl.DjE9h2WP4OcR21tROpN1dyv8hFxGU3AEbdcOssUKi admin $2a$14$Z5n.aZ3DVnl.DjE9h2WP4OcR21tROpN1dyv8hFxGU3AEbdcOssUKi
} }