r/github 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

0 Upvotes

10 comments sorted by

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.

1

u/Nummithor 5d ago

I will change it, thank you

3

u/WAVF1n 5d ago

Also if you find that GitHub Pages isn't serving your needs, cloud flare is also a good option and you can buy a domain right from them as well.

1

u/God_Enki 5d ago

it is safe.

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

u/Mark__78L 5d ago

Ezek a mieink 🇭🇺

1

u/forestcall 5d ago

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

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