Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
2
Comments
132
Joined
3 yr. ago

  • There are 2 more sides unused as of now. Give me a whole minecraft block destruction animation while scrolling down, lol

  • And worse: other governments are actively buying into this. German officials were shocked when by Cambridge Analytica, Snowden revelations and even when their phone number on Facebook was leaked. But hey, now that they want to pay for it, they can't be the product, right? Right?🙈

  • Where can I get infected?

    Once inside the router, GayFemBoy’s string – the text in the malware’s code – displays the word ‘meowmeow’.

    Sadly, this isn’t when you suddenly get a free cat out of this hack

  • Really? Do you have to be an idiot to be CEO?

  • Which means we can have that data in Home Assistant sooner or later🤔

  • Now a days, you can do sessions all online.

    I wish. Germany usually has a combination of "bad internet", "tech illiteracy" and "no appointments in the next 2-4 years" .

  • They dont detect at all. It depends on what location you choose when you register. So if you want to migrate, you have to create a new account.

  • You might be thinking about Retinol

  • I thought downloading and redistributing tiktok videos was against TikToks TOS?

    Which you only agreed to if you have an account (and even then they realistically can only ban your account). If you rehost publically you might get issues with copyright laws though.

  • Google may have had a moral responsibility to share information if they possessed it, but ultimately, isn't it the government's duty to warn its citizens about such disasters? After all, they are the ones responsible for the safety of the people they govern.

  • Absolutely, it is not necessary if the proxy can reach the service in other ways (e.g. a shared network). Some non-http services don't like to be proxied though. Some constellations where the proxy is not on the same host as the containers may also make it necessary. My answer was based on the possibility to not have the same inside/outside port, not necessarily the need though😉

  • Also a great choice :)

  • Welcome to the community then :) For rootful Docker you are correct - the inside port can be 80 and you can expose it on whatever port you want (ideally you expose it only via reverse proxy and not by port - I can recommend Caddy-Docker-Proxy for that)

  • Unless I am missing some obvious setting: Restricted Kubernetes doesnt work like that. You have to run the container with a non-root UID (usually something upwards of a million). Non-root users however can't reserve ports below 1025. Nextcloud builds on the default php-apache image which comes with the default apache ports.conf (Listen 80).

    So now this has to be overwritten either by making a custom build (which may require creating a custom build pipeline) or by mounting a new config file (e.g. via ConfigMap) else it wont start. Both are an additional update risk which now has to be documented and checked before updating in addition to changes from the normal nextcloud changelog.

    Similiar issues probably appear with rootless docker/podman unless you add extra capabilities, which is not possible in restricted kubernetes settings.

  • No better alternatives around though if you want to own your data, have proper multi-client support, and at least the option to federate.

    What about XMPP? What can Matrix do, that XMPP cant?

  • As long as it is configurable, ideally via env, I dont care about the port.

    This could be important for restricted Kubernetes clusters (or certain Gluetun configs). Don't be Nextcloud with their default port of 80 in their Apache image with only hacky ways to change that. God, I hate Nextcloud. They are truly becoming the next Wordpress.