I eat words
Linuxoid
Matrix - @saint:group.lt
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 :)
That’s my kind of people!
They cut all such scenes and pasted into The Boys, in a Mark Twain style “Sprinkle these around as you see fit!”.
matrix I, skipped classes and watch it more than ten times in cinema.
Any observed impact to performance?
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
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.
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