That absolutly depends on the type and quality of the rice.
- 0 Posts
- 22 Comments
I tried to set it up the other day and failed as well. Looking at their docker-compose examples for reverse proxy, there are a lot of environment variables not included in their original example. After adding all those variables, the container started with a message about first registration.
I haven’t tested more than that yet.
EDIT: Added it to my reverse proxy and was able to create the first account via Element.
Picture from OP’s meme can be found here (via article in OP’s link): https://www.theartnewspaper.com/2020/11/11/the-potato-head-of-palencia-defaced-spanish-statue-latest-victim-of-botched-restoration
It lookes like they ruined more than just the face. All the decorations to the right of the face looks different as well.
captcha_incorrect@lemmy.worldto
PC Gaming@lemmy.ca•Entry level PCs costing less than $500 ‘will disappear by 2028’, research firm predictsEnglish
2·3 days agoI’m CoPilot can come up with a great answer to that. /s
You have a point. But as someone else said, if X% loss of users mean Y% more profit, if could still be worth it for them. (The loss of users here are those with bad internet. The rest of the userbase with good enough internet would continue as normal.)
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•ntfy alternative with file attachment on iOSEnglish
5·3 days agoThere is not alternative that is selfhosted to my knowledge. There is PushBullet with a free tier that allows for sending files. You could also use Discord and send messages via their API, and I assume that Matrix has something similar (but I have not looked).
You could also upload them to something else (Paperless or some web/file server) and send a link in your notification. A link can be displayed as a button with actions tag.
captcha_incorrect@lemmy.worldto
PC Gaming@lemmy.ca•Entry level PCs costing less than $500 ‘will disappear by 2028’, research firm predictsEnglish
5·4 days agoUnless they outsource their OS support to CoPilot.
Is the joke that “init” sounds like “innit” (isn’t it)?
Added to my Glance page. :-)
Buy AMD stocks.
Would have been rich! Or perhaps Nividia.
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•What us the best way to add remote access to my servers?English
6·5 days agoDo you want to expose port 80/443 and set up a reverse proxy or do you want to use a VPN tunnel? You could just use SSH to port 80 and 443 like so:
ssh -L 80:<local-server-ip>:80 -L 443:<local-server-ip>:443 <username>@<domain>I expose port 80/443 and use Caddy as a reverse proxy together with Authelia to protect anything that I deem needs an extra layer of security. I followed this guide: https://caddy.community/t/securing-web-apps-with-caddy-and-authelia-in-docker-compose-an-opinionated-practical-and-minimal-production-ready-login-portal-guide/20465
Once setup, it is easy to remove or add a backend to Caddy and Authelia. This way does mean that you sometimes need to log in twice, but that is a small price to pay if your backend app does not support SSO (like n8n community edition).
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•Does anyone have any experience with Sync-in for online files?English
3·5 days agoA very simple way to set up file access is to use SSHFS, mounting the drive via SFTP. It may not be as fast as other protocols but it is simple and requires minimal setup on your server.
https://github.com/winfsp/sshfs-win
https://github.com/libfuse/sshfs
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•Digital "bulletin board" for tasks.English
1·6 days agoEverything was .md files on the backend, which was nice. Should make automation simple (but time consuming since you most likley have to create it yourself). The only reason I stopped using it was because I didn’t really need it.
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•Digital "bulletin board" for tasks.English
1·7 days agoHave a look at Tasks.md. I’ve used it before and I liked it. You can customize the CSS as well.
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•Element/Matrix Official Docker Install Method?English
0·8 days agoHave you considered replace the name with input from stdin? So instead of
name=synapseyou could doname=$1and have one script to use for all containers.
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•Does anyone know of any way to sync AudioBookShelf progress to The Story Graph?English
5·10 days agoNever heard about The Story Graph before, but it looked cool so I created an account to check it out. I could not find any way to create custom integrations (or make any integration at all).
One option would be to pull your data from ABS via its API and then use JavaScript to navigate The Story Graph’s website to “manually” update your progress.
Edit: If you want to work with Python, someone has created a library to work against their website as if it was an API: https://github.com/ym496/storygraph-api/tree/main
It uses an HTML parser to map the response from the website.
captcha_incorrect@lemmy.worldto
Fediverse@lemmy.world•How should Lemmy & Piefed handle voting activity from banned/deleted accounts?English
41·12 days agoOr disabled until a certain number of upvotes are reached. It could potentially be disabled again of upvotes falls down under the threshold again. Or just have them time gated.
captcha_incorrect@lemmy.worldto
Fediverse@lemmy.world•How should Lemmy & Piefed handle voting activity from banned/deleted accounts?English
14·12 days agoI would give you an Insightful vote but I don’t have any left. /s
Jokes aside, I like both limiting number of votes per day (or otherwise) and having different kinds of votes. The reason why something is up/down voted can make for a better discussion. But I am agnositc towards renewing votes bases on engagement. On one hand, it would increase engagement, and on the other hand, it could scare lurkers away from otherwise upvoting good content.
captcha_incorrect@lemmy.worldto
Technology@lemmy.world•The RAM shortage is coming for everything you care aboutEnglish
2·15 days agoI like the function some cars have when you can old down the lock button to close all windows (and unlock to open them), without starting your car.
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
1·17 days agoIs it possible to view files in the root of the vault?
Also, is it possible to show non.mdfiles?My use case for the second question is that I have
.pdfand.xmlthat acompanies my notes. Having HelixEditor showing them as well (or opening them in system default editor) would be nice.

I have an X1 Carbon Gen 9 (so a few years old now). I wanted to replace my HDD and they (Lenovo) had videons on how to do it.
I’d say yes. But stick to ThinkPad series. I have an IdeaPad for work and I really which I told my boss to buy a ThinkPad instead. Keyboard has broken twice in 2 years.