I have tried installing it with docker on Ubuntu 20.04 and 22.04 LTS but cannot seem to get it working. The build keeps erroring out with docker errors.
I used Lemmy Easy Deploy
If your using docker I recommend getting a docker-compose file that does 98% of the config work for you. Pretty sure there’s one in the install docs.
I’ve been having trouble understanding how the docker-compose thing works, and the whole… impermanence of docker containers. Got any tutorials you’d recommend? Note I’m on Windows.
Are you planning to host it on a Windows machine?
If you don’t have experience with docker, don’t jump straight to docker compose. Start simpler.
If you want to have data persist after a container is killed, have a look at the -v option of “docker run”. It allows you to mount a volume.
What are the errors?
I had some luck with the prebuilt images from dessalines’ dockerhub and using the compose file in the repo with logging commented out.
It was stable for about a week before I tried to update and broke my database and federation completely. I might try again when 0.18 stable drops.
another docker user here. Why does our thumbnails look the same :) I know there is something wrong with my setup. I made a post here https://leddit.minnal.icu/post/1045 but still no idea.
always make a database backup before performing upgrade.
I’ve been trying for more than a week. LemmyEasyDeploy worked. But now i’m stuck with ssl certificate.
Lemmy Easy Deploy handles the SSL certificates for you. You don’t need to buy them
I get ssl errors when i try to access the site.
Maybe start from scratch? Maybe you could ask the developer. I bought SSL tickets but ended up not needing them
I’ve started from scratch several times. Never get further than the build command. :) But i will try again later today.
If you post your configs and errors we might be able to help you. I set up a vm with docker compose and proxy it through traefik instead of nginx
I spawned up a LXC in my Proxmox for it as soon as the Reddit fiasco began. Originally tried the Docker way, failed… My Docker is installed the official way by the way. Tried the “install from scratch” way, also failed… Finally gave the source a casual read and decided to compile it from source.
The
pict-rs
bit is a hassle. It has taken me some time to get all the dependencies right and compile Imagemagick version 7 for Ubuntu 22.04 from source. But it worked eventually.I then installed the rust toolchain and checked out the latest stable release tag at the time aka 0.17.3 and compiled
lemmy
. Nothing went astray and I followed the remaining steps in the “install from scratch” doc to complete the setup. P.S. Oh right you need to make thelemmy
PostgreSQL userSUPERUSER
otherwise the database migration script would not work. A commit was already made to make it unnecessary. It will make its way to 0.18.0 release I guess.I initially encountered some issues in federation. Subscriptions stuck at pending for remote instances, regardless of their size and traffic. I tried many ways and still it did not work. I have thought of axing the container and restarting from the beginning.
While I was weighing my options, I found an advice in an issue at lemmy GitHub repo that suggested the problem was leftover from previous hostname changes and dumping the existing database and recreating from sketch would help. I have indeed altered the hostname once or twice during setup. So I followed the advice and federation is working now.
So far not a butter smooth experience but not the worst I have ever encountered. It does take some troubleshooting capacity and patience. But heck selfhosting has been like that since time immemorial.
I was able to get it running from source on Gentoo (without docker). Building from source is an option but you need to manage the dependencies and daemons yourself. This is my first comment! Good luck with your setup
Will self-hosting Lenny have the limitation that you’ll be missing a lot of comments when subscribing to magazines from other instances? I am considering it tough
Comments federate to instances with subscribed users for that community. The first time a user subscribes to the community federation will start and future comments will begin to show up on the instance. Can’t see old comments… on smaller/self instances that problem will be more visible.
You are using two technologies that have a bad of working like shit, together; Ubuntu/snap and docker. You can try podman if you want, or a different distro. Or, at least, install the official docker way.
I’ve been having issues with 0.17.4. I saw people suggesting a non-docker, build from git method but really wanted docker to work.
I’m now using 0.18.0-rc.4. Built without issue using the dockerhub image and has been stable for 24hrs
Not specific to Lemmy but ubuntu’s weird snap version of docker has given me random issues in the past, perhaps that could be the issue. Installing docker by following the official instructions means you are guaranteed to get a fully functional install and that’s one variable you wouldn’t have to worry about at least.
Edit: Forgot to mention but I’m running it on docker myself, I just followed the official documentation and whatnot. Using a debian 11 based LXC on Proxmox.
I’m using Proxmox and Docker-Compose. My instance is on an alpine LXC.
Very happy with it.
Been trying for like 2 weeks - Lemmy Easy Deploy, a couple different guides through google, couple different youtube vids, the official docs. In and out of docker, always with a fresh VM (Debian and Ubuntu)… It always installs without errors, but never get it to load the page in a browser. Not sure what’s wrong, maybe just cursed.
I tried with the official docker way, and failed too many times :) . Then I decided to lurk around some public instances and let the platform mature for a little bit more. The problem is usually the docker build fails.