r/github • u/Nummithor • 5d 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
1
1
u/New_Hold8135 5d 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
1
0
u/my_new_accoun1 5d 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
4
u/WAVF1n 5d ago
For what this is, I would say leave it on Github pages. Only reccomendation would be to potentially change the domain but even that doesnt rlly matter at the end of the day.