Comment on
FOSS-alt to Authy?
Have you checked out Aegis?
Edit: I missed the Linux requirement, not sure if Aegis works with that in mind
Comment on
FOSS-alt to Authy?
Have you checked out Aegis?
Edit: I missed the Linux requirement, not sure if Aegis works with that in mind
Comment on
Searching for domain host
Reply in thread
Been a happy namecheap customer for probably around 10 years now, never had any issues!
Comment on
How do you prep in a power outage due to an over-capacity system and the heat/humidity combination is no longer compatible with human life?
Reply in thread
It was also very dry. The hottest day in the UK last year was 19th of July at around 40C and 25% humidity, that puts the wet bulb temperature at 25C. The idea is that with such dry air your sweat evaporates and cools you down. If the humidity had been much higher, people might have died.
Comment on
What are your thoughts on bots and people posting only news articles on lemmy?
It really annoys me, especially as there seems to be at least two lemmy instances that are 99% just a bot reposting everything from reddit.. Really wish I could block whole instances
Comment on
Unable to add lemm.ee Liftoff
It's a bug with Liftoff, which should already be fixed but didn't make it in to the latest release. I'm unable to add any instances that are running on 0.18.1-rc.x versions
Comment on
Has anyone been playing Dave the Diver ? would you recommend it ?
I got it on release day, thinking it would be fun for 5 to 10 hours.. I'm at 18 hours now and I can't stop playing! It's so good and there's so much to do. Highly recommend it!
Comment on
What are your thoughts on bots and people posting only news articles on lemmy?
Reply in thread
Oh thank you! I couldn't figure out how to do it in the app I use (Liftoff) but with your comment I checked again and found out how!
This makes "All" so much better to explore, thank you!
Comment on
How to connect to the database if Lemmy is in a docker container?
Reply in thread
Oh yeah, try specifying the hostname as localhost (I think it's -h, but --help will confirm it). Psql tries by default to connect to that socket, but in docker it does use it.
Basically, you'll need to specify the hostname and user (and if port, which should just be default, then -p 5432)
It should be
docker exec -it lemmymydomain_postgres_1 psql -h localhost -U lemmy (dbname)
Keeping in mind that you'll need to have the right user and database name, assuming (based on your original comment) lemmy being the username and the db name might also be lemmy
Edit: this should btw just get you into the db, I have no idea of its a good idea or not to delete a user directly from the db, it might cause issues, but I don't have experience with it, but just generally use postgres in docker with other projects
Comment on
How to connect to the database if Lemmy is in a docker container?
You might be able to just run docker-compose exec postgres psql to drop into a shell (you may still need to define the user with -U lemmy)
If you're trying to connect with ane external tool though, you'll need to expose the ports temporarily, which I'm not sure if you can do without restarting the container (after adding the exposed ports to the docket compose file, like 127.0.0.1:5432:5432)
Comment on
Zoraxy (a selfhosted Reverse Proxy)
Reply in thread
Officially, no. I'm an avid caddy user for years and not looking to change, as I'm very comfortable with config files and cli, but I have to admit Zoraxy looks very slick!
I might give it a try soon, I'm starting to embrace more nice UI to work with although I'll always feel most at home in the terminal
Comment on
Friday Facts #375 - Quality | Factorio
Reply in thread
Yeah, I felt the same ad you until I found out the opt in part.
As far as I understand, the only way to get above default base quality is to first create the new modules that will give you a chance of increased quality items, kickstarting a feedback loop of quality items.
But as long as you have base quality materials and base quality machines you get base quality results.. So I think I'm on board, but it was the weirdest update I've seen so far for Factorio
Comment on
How to connect to the database if Lemmy is in a docker container?
Reply in thread
Glad you solved it! Definitely sounds like a better solution than playing around in the db
Comment on
How to run background jobs?
I looked into this last week for recurring tasks in an actix-web project and ended up picking fang, but haven't really battle tested it.. But seems to do what I need. I'm using cron tasks with Postgres as the backend to run a recurring task every minute.
Comment on
I have now seen two episodes of [#StrangePlanet](https://mastodon.social/tags/StrangePlanet), based on [@nathanwpyle](https://lemmy.world/c/nathanwpyle) 's comics.
Reply in thread
Yeah. That's my issue, I love the comics but I bailed out before finishing the first episode because it was just too much. I was excited, but it's just not for me in the end.