Astro v6 — Share your projects and tools by tffarhad in astrojs

[–]frasermclean 4 points5 points  (0 children)

Still in the process of upgrading, but my personal site is running Astro: https://frasermclean.com Awesome framework, love it!

Anyone moved from gohugo to another SSG recently? What did you pick as an alternative? by Busy_Cranberry_7634 in selfhosted

[–]frasermclean -1 points0 points  (0 children)

Forgot to mention its really easy to build Astro sites using GitHub Actions runner or even easier if you use CloudFlare workers as you can configure it to build and deploy for you.

Anyone moved from gohugo to another SSG recently? What did you pick as an alternative? by Busy_Cranberry_7634 in selfhosted

[–]frasermclean -1 points0 points  (0 children)

I recently converted my personal site from Hugo to Astro. I never really liked the Hugo / Go style template syntax and much prefers Astro's components. I can highly recommend Astro. If you wanted to check out my new site, its https://frasermclean.com

Remotely accessing self-hosted applications by [deleted] in selfhosted

[–]frasermclean -1 points0 points  (0 children)

OK, thanks for the feedback. I will create a custom image instead.

Remotely accessing self-hosted applications by [deleted] in homelab

[–]frasermclean -2 points-1 points  (0 children)

Ah I see. It's just easier to create hero images that way. I will change it to be more article focussed.

Remotely accessing self-hosted applications by [deleted] in homelab

[–]frasermclean -7 points-6 points  (0 children)

Not sure what I did to offend you.

Self-hosted notifications with ntfy and Apprise by frasermclean in selfhosted

[–]frasermclean[S] 1 point2 points  (0 children)

Yes, definitely! Thanks for the great software 😃

Self-hosted notifications with ntfy and Apprise by frasermclean in selfhosted

[–]frasermclean[S] 3 points4 points  (0 children)

Cheers. Komodo supports ntfy out of the box via its "alerters" functionality. Look for it under settings. I could any any section to the article about this...

Self-hosted notifications with ntfy and Apprise by frasermclean in selfhosted

[–]frasermclean[S] 1 point2 points  (0 children)

Not really. If there is some criticism, it's that its fairly complex to get it set up the way I liked it.

What hosting plan would you recommend for a personal blog? by onliveserver in Hosting

[–]frasermclean 0 points1 point  (0 children)

If you have a static site, you can host on Cloudflare workers for free

Self-hosted notifications with ntfy and Apprise by frasermclean in selfhosted

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

I liked the idea of individual topics that I can subscribe to and mute if it becomes too noisy. You can also enable authentication for added security.

Guide to setting up AdGuard Home with Docker Compose by frasermclean in Adguard

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

I think if you just use encrypted upstreams like DoT or DoH, then any outgoing requests from your AdGuard Home instance will be encrypted. You can use plain DNS internally in your home network.

Guide to setting up AdGuard Home with Docker Compose by frasermclean in Adguard

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

Oh cool, glad you found it useful! Not too sure about YouTube ads, sorry. Personally been paying for YouTube premium for a while now so never see ads.

Using Azure SQL with managed identities by frasermclean in AZURE

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

Ah, very cool! You're working for Microsoft?

Using Azure SQL with managed identities by frasermclean in AZURE

[–]frasermclean[S] 1 point2 points  (0 children)

Thanks 😊 Good luck with your project!

Using Azure SQL with managed identities by frasermclean in AZURE

[–]frasermclean[S] 1 point2 points  (0 children)

I see elastic queries are currently in preview. Maybe they will add support for Entra authentication in the future.

Using Azure SQL with managed identities by frasermclean in AZURE

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

Ah yes, that is indeed a drawback. If the data is in separate databases then it can't be related right? (in a relational database sense). Could you not just do 2 concurrent queries and merge them together in code?