swee

swee / Immich on FreeBSD?!

Last active 5 months ago

Like 0

swee revised this gist 5 months ago · 719f8b2

1 file changed, 1 insertion, 1 deletion

manual.md
@@ -59,7 +59,7 @@ Install your favorite TUI text editor
59 59 Install dependencies
60 60
61 61 ```
62 - # apt install -y curl wget valkey-server ca-certificates sudo git
62 + # apt install -y curl wget valkey-server ca-certificates sudo git netcat-openbsd
63 63 # install -d /usr/share/postgresql-common/pgdg
64 64 # curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
65 65 # echo 'deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt trixie-pgdg main' > /etc/apt/sources.list.d/pgdg.list

swee revised this gist 5 months ago · 3af476d

1 file changed, 4 insertions, 2 deletions

manual.md
@@ -85,7 +85,9 @@ Adding the user
85 85 # chmod 700 /var/lib/immich
86 86 ```
87 87
88 - Building (yes, this is a lot of steps)
88 + # Step 2: Building
89 +
90 + (yes, this is a lot of steps)
89 91
90 92 ```
91 93 # su immich
@@ -246,7 +248,7 @@ $ sftp <ip to server>
246 248 sftp> put immich.tar.gz
247 249 ```
248 250
249 - # 3. Installation
251 + # Step 3. Installation
250 252
251 253 **At this point, you should be using your FreeBSD server for this.**
252 254

swee revised this gist 5 months ago · e1fe836

1 file changed, 1 insertion, 1 deletion

manual.md
@@ -437,4 +437,4 @@ server {
437 437
438 438 # What the hell was that?
439 439
440 - Yep, you did a very cursed but possible thing in FreeBSD using Linuxulator, FreeBSD's decent Linux compatibility layer, it seems to be good enough to flawlessly run Immich.
440 + Yep, you did a very cursed but possible thing in FreeBSD using Linuxulator, FreeBSD's decent Linux compatibility layer, it has the power to run a whole chroot rootfs and seems to be good enough to flawlessly run Immich.

swee revised this gist 5 months ago · 21bc1db

1 file changed, 440 insertions

manual.md (file created)

Diff is too large to be shown