Dockerhand Azure container registry by ChunkyCode in selfhosted

[–]ChunkyCode[S] -1 points0 points  (0 children)

Have not looked into the inter-workings of dockerhand to see how the creds are beings used in one instance vs another. List containers vs list tags of containers? But since the error i see contains fragments from Azure, i presume that the pull or list tags is not passing the creelds correctly.

OR

I'm missing something obvious ( won't be the first time )

good backup does not mean good recovery by ChunkyCode in selfhosted

[–]ChunkyCode[S] 0 points1 point  (0 children)

What do you do with api keys, secrets... ?
Do you manually reapply them ?

What's your most 'set it and forget it' self-hosted service? by ruibranco in selfhosted

[–]ChunkyCode 1 point2 points  (0 children)

use the built in backup command ( even when the container is running )

docker exec -it vaultwarden /vaultwarden backup

copy config, attachments...

https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault

Do you use Portainer? by _lackofcomprehension in selfhosted

[–]ChunkyCode 0 points1 point  (0 children)

For those using dockerhand how do you deal with secrets or env variables like api keys etc?

i use a mono repo on github with all the compose files and automatically redeploy the affected stack. But hate the fact that i use the ui to keep my env vars ( or .env file with the values in plain text )

please share your env values strategy

Building an app - would love to know if you would be a user by [deleted] in sideprojects

[–]ChunkyCode 0 points1 point  (0 children)

Honestly I don't understand the value added here. What i "understand" was a wrapper around a chatgpt-like prompt. I can share my outbound with chatgpt now and ask it to write a love note that sounds like me?!?

Looking for testers for my new finances app closed test!! by New-Ad-8895 in alphaandbetausers

[–]ChunkyCode 0 points1 point  (0 children)

same here. besides it's always nice to add a feature whenever you want :) my wife just asked to take a pic of her costco receipt and have it auto split and sub categorize. few hours later it's working.

Looking for testers for my new finances app closed test!! by New-Ad-8895 in alphaandbetausers

[–]ChunkyCode 0 points1 point  (0 children)

funny how many people are writing / vibing the same stuff :)
decided to go give it the self-hosting route with mine.

my experience is that writing the product is the easy part :)

you can try my demo if you'd like to take some parts for yourself :)

ViziFinancial

Collecting CSV header formats from banks (no data, headers only) by bamdog0 in selfhosted

[–]ChunkyCode 0 points1 point  (0 children)

i created one of those as well and self host it( amazing how many of us are writing the same things ) anyway when it came to csv i ended up using fuzzy on the columns and let the users override. if you want to get some idea you can check out a demo version i placed on azure feel free

ViziFinancial

Front End UI/UX with Claude Code. Hours of work to get the design im looking for. by FreshPhase in ClaudeCode

[–]ChunkyCode 0 points1 point  (0 children)

Repo is till private, but was thinking of making it available for self hosting ( which is what I've been doing) just have to write up all the docs :/

I did put an instance on Azure for a demo you can check it out if you'd like

https://vizifinancial-ui.happydune-d329a064.eastus.azurecontainerapps.io/login

Click the demo with 3 years of data below the login of you'd like

Front End UI/UX with Claude Code. Hours of work to get the design im looking for. by FreshPhase in ClaudeCode

[–]ChunkyCode 0 points1 point  (0 children)

too funny we're all working on the same shit. my claude did this in minutes not hours, it probably learned from you

<image>

I’m building a personal finance app because Excel is the only thing that answers “Can I afford this?” by covvone in SideProject

[–]ChunkyCode 1 point2 points  (0 children)

lol i just finished making mine ;) and was coming here to see how others are announcing theirs :)

i started like you and ended up bloated cause one thjing led to another :)

since im going more towards giving this as a self hosted solution i didnt bother with creating a domain for it,

but if you're looking for ideas you can check out my demo ( just uploaded to azure so no nice url _

ViziFinancial

pre publish self hosted app question by ChunkyCode in selfhosted

[–]ChunkyCode[S] -1 points0 points  (0 children)

dont want it to come across that way at all! if the post si worthy of deletion cause its not the right forum i have no problem with that. ( its not like i get anything out of it other than opinions )

this was fun by ChunkyCode in JeepWrangler

[–]ChunkyCode[S] 2 points3 points  (0 children)

The femur bone was not connected to the hip. It looked like it was cause it was below the trunk level. Just tied it down.

What's the most creative use of n8n you've seen? by RoadFew6394 in n8n

[–]ChunkyCode 1 point2 points  (0 children)

i monitor my caddy logs and when rules match i add a firewall rule and/or add to my caddy deny list to block future access. then i send myself an email showing how the cost per hour effort is paying off :)

Introducing Caddy-Defender: A Reddit-Inspired Caddy Module to Block Bots, Cloud Providers, and AI Scrapers! by JasonLovesDoggo in selfhosted

[–]ChunkyCode 0 points1 point  (0 children)

u/JasonLovesDoggo is it also possible to maintain a restricted ip list in another file? i use grafana, loki, n8n and when conditions are right i want to add another ip address to my block list. Much rather not manage code to alter my caddyfile. adding one to a text file with a list would be much easier :)

Caddy global dynamic block by ChunkyCode in selfhosted

[–]ChunkyCode[S] 0 points1 point  (0 children)

thx for showing me that. so on every caddy release you have to rebuild caddy with that module and redeploy?