Avatar

I eat words

saint@group.lt
Joined
886 posts • 110 comments

Linuxoid

Matrix - @saint:group.lt

Direct message

well this is probably PR as there is no such system nor it can be made that can have 100% uptime. not talking about the fact that network engineers rarely work with servers :)

permalink
report
reply

They cut all such scenes and pasted into The Boys, in a Mark Twain style “Sprinkle these around as you see fit!”.

permalink
report
reply

matrix I, skipped classes and watch it more than ten times in cinema.

permalink
report
reply

i am all for normalizing raiding ambassies for [put the cause you support] as well

permalink
report
parent
reply

Any observed impact to performance?

permalink
report
reply

yay! thank you all!

i have made a not-so-quick-but-dirty Dockerfile to build on arm64

FROM rust:1.70.0
WORKDIR /app

COPY . .

RUN echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs"
RUN cargo build --release

RUN apt update
RUN apt -y install libpq5
RUN cp /app/target/release/lemmy_server /app/lemmy

CMD ["/app/lemmy"]

later I am planning to improve it a bit, to make the image smaller if i can

permalink
report
reply

first you should check logs of cloudflare tunnel - most likely it cannot access your docker network. if you are using cloudflare container - it should use same network as a Immich instance.

in short: find the tunnel log and see what is happening there.

permalink
report
reply

it works fine, depending on popularity of your instance - you might have to add more resources in the future.

as for aarch64 - there are docker images available for lemmy and lemmy-ui

permalink
report
reply