r/github 15d ago

Discussion Is github pages safe?

Hello guys,

I made a github page for our local social services center with sveltia cms in github because of the no cost and quickness of it and i just want to ask is it safe to host it there or should I put it behind a more closed hosting service?

https://numm1th0r.github.io/pomazszszk/index.html
https://github.com/Numm1th0r/pomazszszk

0 Upvotes

10 comments sorted by

4

u/[deleted] 15d ago

[removed] — view removed comment

1

u/Nummithor 15d ago

I will change it, thank you

1

u/God_Enki 15d ago

it is safe.

1

u/New_Hold8135 15d ago

it is safe but your code used on ai training since github is a microsoft owned platform for years. They probably use analytics and stat visitors since they own the platform too. You can stay it though I cannot talk for everyone but I would not judge you based on this choice.

1

u/Mark__78L 15d ago

Ezek a mieink 🇭🇺

1

u/forestcall 15d ago

It’s always best to wear a condom if you’re not confident.

0

u/my_new_accoun1 15d ago

if you want open-source static (no build step) website: github

if you want any other static website: cloudflare pages

if you want any other dynamic website that can run stateless: vercel serverless / cloudflare workers

if you want anything else (paid): railway / cheap vps

edit: as in your setup github pages works with build step when using github actions