I’m experiencing a similar issue on my phone and I’m using ublock, it is draining the battery very fast and making the phone hot.
I wonder if there is a good alternative/degoogled chrome for Android?
thankfully that is a special mailbox for spam, I sometimes like to come through the emails and see where they submit the data, and maybe submit some data on my own, plus report the issue to website owner/hosting
At my instance I did setup a email wildcard (receive emails from any address on that domain which don’t already have a account) and I get a lot of phishing and scam emails, most of them are send “to” /c/meta@femboys.bar, as link to this community is linked in sidebar, but I also seen emails “send to” random usernames
So yeah, It is happening, i wonder how bad it is on larger instances
For me Hetzner cloud is on the top, fair pricing (especially comparing to top cloud providers), very quick instance creation, pretty versatile - for example you can create an internal network between dedicated servers in hetzner and their cloud instances.
i miss old plex (~2016), when it was actually focused on providing local content, good thing jellyfin exist
Your docker install is too old and it doesn’t support that docker-compose version, you probably should update your docker to more recent one (are you running debian 10 on default repositories?), or you could remove logging references from file (these x-logging
lines in each service and whole section on top of file)
I’m using x2go to access my remote KDE session for a couple of years now - it runs over ssh tunnel and supports audio, generally im pretty happy with the performance, the only disadvantage that I come across is a lack of mobile app and the session sometimes can be a bit flakey
My instance is actually behind cloudflare and it works fine, but remember that it would be possible to “expose” ip of your server due to federation, as your server will talk to other server (directly, that traffic won’t go over cloudflare), so if you are paranoid about that, i would recommend setting up a wireguard tunnel to cloud instance, and forwarding the traffic that way, or just setup the lemmy on that instance
Proxmox itself is pretty lightweight, and yes, i’m also running other VMs and LXC containers (not much, about 9 containers with some lite services like teamspeak server, couple of bots, deluge and hestiacp, prometheus, k3s for testing and “vdi” in vm). Actually - i’m running docker - inside LXC containers. Not the prettiest way to do it, but it works fine
I’m using hestiacp to host some websites anyway, so i just added a new nginx template to create reverse proxy to lemmy+lemmy_ui containers
Myself i’m running a instance for two people in a pretty small lxc container on my home server- 1vCore, 512MB of ram and 8GB storage. Currently it utilize around 5% of CPU, ~250MB of ram (+260MB of swap), and ~2GB of storage (nearly 50/50 picts/postgres), in terms of network traffic i see average of 20kb/s, depends how many communities are you subscribed for.
My homeserver is running on i3-4150, 16GB ram and a couple of ssds, using Proxmox VE as hypervisor
edit: typo
It doesn’t matter that website loads javascript code for logged in user, as you need a token (which server will give you after a successful login) to authenticate to apis, it is pretty common to do that way
There wasn’t a client side API, but the API was missing crucial validation of user input (eg only checking the mac address but didn’t check who is actually authenticated)