@originalucifer @ozoned hm… Why do you call it blog then? It’s just someone’s web page with text, pictures and video published to it. Languages evolves and new words can describe new implementations better.
En oftast glad typ, som gillar frihet och rättvisa, lever i 🇸🇪. Have fun and be mindful of people around you.
@originalucifer @ozoned hm… Why do you call it blog then? It’s just someone’s web page with text, pictures and video published to it. Languages evolves and new words can describe new implementations better.
@kristoff Multicloud deployments is a thing, but far from common practice, I believe.
@Appoxo @ShortN0te On your own network you should be able to have a long enought lease that it shouldn’t be a problem if your dhcp server is unavailable sometimes.
@erlend_sh Interesting… will give this a try…
@AdmiralShat @Kushan It’s federated right? so you don’t need to leave, just move on to a different federated server in the network… or am I missing something?
@ErwinLottemann I like named volumes in my compose files better thou, keep them organised under the volume section and manageable with docker-cli if needed.
@Pete90 There is plugins you can use to tell docker where your volumes are. Something like this works for local directories:
Docker will create a _data directory as usual.
volumes:
web_data:
db_data:
driver: local # Define the driver and options under the volume name
driver_opts:
type: none
device: /data/myservice/db_data
o: bind
@KelsonV You ‘could’ do “ssh nextcloudserver -l www-data php occ list”, if you allow interactive login with your webserver user.
@KelsonV I think davfs would be the lighter interface to nextcloud.
@alvaro @selfhosted @selfhost keepassxc perhaps.