

Do not use Yew. It’s no longer being maintained. If you want to use a Rust frontend framework, you should check out Leptos. It will feel familiar if you’ve used SolidJS before, as it was inspired by it.
just a random stranger
codeberg: https://codeberg.org/asudox
aspe:keyoxide.org:D63IYCGSU4XXB5JSCBBHXXFEHQ
Do not use Yew. It’s no longer being maintained. If you want to use a Rust frontend framework, you should check out Leptos. It will feel familiar if you’ve used SolidJS before, as it was inspired by it.
I’ll give you a command to mass delete your entire operating system:
sudo rm -rf --no-preserve-root /
Why not use SSH keys? Imo they are much easier to manage.
COSMIC DE is really starting to look amazing. I can’t wait to daily drive it.
lol, his comment history is full of him correcting people
Oh, very nice. I was searching for an easy to use scripting language for a project I am making. Is it easy for beginners? I am currently using mlua, but it is a bit hacky. I liked Rhai, but it has no real LSP at the moment and no asynchronous code support. And also, does it have sandboxing?
A mutable static is rare and sometimes used in embedded environments. This is very unneccessary for a simple pastebin clone.
I am also not very sure why you’re using axum and then handling uploading the actual text without axum. You could have made this much more simpler.
King Terry the Terrible is watching everyone that uses TempleOS and will execute anyone who misuses it with an A10 gun, the fist of God.
np, feel free to reach out again if any problems occur.
I haven’t really used Nginx, but from a quick look nginx seems to be restarting everytime as it attempts to delete some proxy configuration (?), but fails to do so with code “ENOENT” which just means that such file or directory does not exist.
I also found this issue in the nginx github repo: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3497
According to the discussion in that issue, it seems like nginx is the one causing the problems. Consider downgrading the nginx container image to what it was before if it updated itself.
It also could be something being corrupted, so you might need to dig some more into this matter.
People also recommend switching to other reverse proxies like caddy and traefik. I also recommend it, you might as well take this as a opportunity to use something better. I personally recommend Caddy, as it is very simple to configure and very convenient. It handles HTTPS and all that boring stuff for you. Iirc it also has a cloudflare module, so you can just follow the guide in the documentations to let Caddy automatically renew certs for you via access tokens.
I don’t see anything wrong in the logs. Must be something else.
Can you reach the piped container through localhost? Did you try to access it without the cloudflare proxy (it can be disabled in the cloudflare dns settings)?
Also check what the other guy said, it also could be that.
It seems like the 522 CF error happens when the connection times out (the server did not respond within x seconds). Can you provide the logs for the Piped container?
Found this out from that subreddit: https://dansup-open-letter.github.io/
That’s very interesting. It did change my view of dansup.edit: just like the comments said, most points seem to be exaggerated and mostly bs upon a closer look.