[-] x3i@kbin.social 2 points 1 month ago

I don't see anyone mentioning sth power efficient yet, so I will throw my two cents in here; I just ordered an Odroid M1S to take over some jobs from my RPi4 (8GB). Has not yet arrived so I cannot praise it yet but might be worth a look!

[-] x3i@kbin.social 1 points 1 month ago

Update: seems like the persistence section is sufficient; I have

persistence:
  enabled: true
  existingClaim: nextcloud-config-claim

at the end of my values file which references a volume claim (and volume) that I created manually upfront. The importand file is config.php. Back that thing up immediately and three times, print it if you have to. The secret in there is unrecoverable otherwise and needed for any repair actions.
I also use the postgresql sub-chart (by simply enabling postgresql as database) and provide a claim there:

postgresql:
  enabled: true
global:
    postgresql:
      auth:
        username: XX
        password: YY
        database: nextcloud
  image:
    repository: postgres
    tag: "14"
    postgresqlDataDir: /bitnami/pgdata
  primary:
    persistence:
      enabled: true
      existingClaim: nextcloud-db-claim

Hope it helps!

[-] x3i@kbin.social 1 points 1 month ago

I think it was literally called "config". I will check my setup and provide the mount points I used here later today, if you back these up, it should work. Put some disposable data on it once you finished setup and then upgrade to a newer version to see if everything works. You can specify the image tag to use manually (or you install an older chart version).
I also pinned the postgres version to 14, not sure if I can recommend that but I had issues with DB upgrades in a docker installation, so I tend to be careful there.

[-] x3i@kbin.social 2 points 2 months ago

Thank you and sorry at the same time for not phrasing my question properly; I know what it is, I am just very baffled on how it should be a bad thing if they strengthen the enforcement net neutrality. Imo, this is always a pure win for the consumer as it prevents a lot of malicious business models. So basically: no idea what the initial commenter is complaining about.

[-] x3i@kbin.social 1 points 2 months ago

Glad to hear thay! Can you give some examples of the games you played with the kids? I'm trying to find titles like that

[-] x3i@kbin.social 1 points 2 months ago

Sorry to hear that! Can confirm that I experience none of these issues on Arch with my 5900X and an Aorus pro wifi (mini ITX), so definitely specific to your combination.

[-] x3i@kbin.social 2 points 3 months ago

Does anyone know if this is applicable to any ARM64 devices? I'd like to test NixOS on a cheap device and I did not find anything on usable ARM64 devices

view more: ‹ prev next ›

x3i

joined 6 months ago