itmike

joined 3 years ago
[–] itmike@fikaverse.club 2 points 3 months ago (1 children)
[–] itmike@fikaverse.club 4 points 8 months ago (2 children)

@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.

[–] itmike@fikaverse.club 2 points 8 months ago (1 children)

@kristoff Multicloud deployments is a thing, but far from common practice, I believe.

[–] itmike@fikaverse.club 2 points 8 months ago

@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.

[–] itmike@fikaverse.club 1 points 9 months ago (2 children)

@bort @ijeff As long as you don't root it, yes... and if you root it there is workarounds that might work.

[–] itmike@fikaverse.club 1 points 9 months ago

@erlend_sh Interesting... will give this a try..

[–] itmike@fikaverse.club 1 points 10 months ago

@PlutoniumAcid @spudwart Did you configure memcache and nextclouds scheduled maintenance job, both are very much needed for nextcloud to work good.

[–] itmike@fikaverse.club 1 points 10 months ago

@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.

[–] itmike@fikaverse.club 2 points 10 months ago (3 children)

@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

[–] itmike@fikaverse.club 3 points 11 months ago

@KelsonV You 'could' do "ssh nextcloudserver -l www-data php occ list", if you allow interactive login with your webserver user.

[–] itmike@fikaverse.club 1 points 11 months ago (2 children)

@KelsonV I think davfs would be the lighter interface to nextcloud.

[–] itmike@fikaverse.club 0 points 1 year ago (1 children)

@clb92 @Appoxo ...but traefik's autoconfigure from labels on your services in the compose file is so nice.

view more: next ›