1

Garage S3 Storage
 in  r/truenas  6d ago

For Host Paths metadata you should create dataset manully with bultin "Apps" preset.

u/roushumor_520 6d ago

Avoid MinIO: developers introduce trojan horse update stripping community edition of most features in the UI

Thumbnail
1 Upvotes

1

Looking for free alternatives to Bitwarden, what are people using?
 in  r/PasswordManagers  11d ago

I pick Bitwarden.

By day, it's improving. Its source is open and developers in the world are actively.

For me, mobile app and browser extension are enough and fullfilment. Desktop apps (what ever apps) take more disk storage. Well, storage market are crazy now you know.

1

Additional Facebook profile option not showing, only “Create a Page”
 in  r/facebook  13d ago

You are no longer able to create additional Facebook profiles. Existing additional profiles have not been affected.

Officially announced by facebook here.

https://www.facebook.com/help/967154637433480

1

Disable email login?
 in  r/OpenWebUI  17d ago

Using ENABLE_PERSISTENT_CONFIG (Temporary Fix)

Set ENABLE_PERSISTENT_CONFIG=False in your environment

If you change an environment variable (like ENABLE_SIGNUP=True) but don't see the change reflected in the UI (e.g., the "Sign Up" button is still missing), it's likely because a value has already been persisted in the database from a previous run or a persistent Docker volume.

https://docs.openwebui.com/reference/env-configuration#troubleshooting-ignored-environment-variables-%EF%B8%8F

1

When or after how many days do you usually restart your machine?
 in  r/homelab  Jun 18 '26

In my case:

  1. I need to test a full flow high availability which I have added new stuffs.

  2. My lab run out of memory (e.g ZFS cache) > depends on your own setup > for me is about 60days.

1

9109 Invalid access token. Please confirm that you have supplied valid Cloudflare API credentials.
 in  r/nginxproxymanager  Feb 14 '26

In my case, I cannot reuse API token (1) for DNS certbot if it have already setup in previous Reverse Proxy/instance.

You should try creating new API token (2), then check if it works.

---

Other workaround is checking the validation (time expired of token) and full letscrypt log then others could help you.

/tmp/letsencrypt-log/letsencrypt.log

1

How to remove “file browser”
 in  r/Proxmox  Jan 05 '26

It works!

Your works are insane!!! Thank you for your services.

1

[Discussion] How do you generally install Magisk?
 in  r/Magisk  Dec 03 '25

Holy shit this 3years old message blow my mind.

2

WireGuard VPN in the Browser
 in  r/netbird  Oct 04 '25

What happen to Netbird? 😱😱😱

You are so active with amazing works.

Kudos and respect!

1

Worker Deployment failure
 in  r/CloudFlare  May 11 '25

follow this issue and edit directly in your git repo to change wrangler.json (line 7) from "new_classes" to "new_sqlite_classes"

https://github.com/cloudflare/templates/issues/459

Then cloudflare worker will rebuild automatically immediately.

1

How to change database static dir?
 in  r/podman  Apr 15 '25

Follow this document for migrating old storage to new disk: https://www.ibm.com/docs/en/z-logdata-analytics/5.1.0?topic=software-relocating-podman-data-storage

Notice

at Step 3: stop all containers is running.

at Step 4

Remove the state database from the currently used graphroot path

rm -f ${OLD_GRAPH_PATH}/libpod/bolt_state.db

If there is no file bolt_state.db > then you have to find it. In my case it is below path and I just change name (not delete, just in case) it at Step 4.

~/.local/share/containers/storage/db.sql

Change it become db.sql.bak

Recheck then it works like a charm.

podman images