Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In a way you're right, there are a bunch of commands. However, they are pretty straight-forward and simple. And that's only required for the initial setup.

Your comment already assumes that just because a person can type in commands on a terminal, they need to know about version management, nginx configuration and letsencrypt setup.

If you look at the site docs [0], it further syncs from local to remote.

Also, in many cases all the overhead that we, as software developers assume we should have for everything, need not be the case for just a simple website.

[0]: https://github.com/small-tech/site.js/blob/master/README.md



    sudo apt-get install nginx
Check where nginx puts the www directory by doing a google search, "myos version nginx default directory".

    cp index.html /var/www/
    cp latestphoto.jpg /var/www/
    # or use your OS GUI file manager
Set up the port forward from the router to localip:80 and you're done.

You're assuming you need HTTPS but it's a personal static site so no letsencrypt is needed yet. You're assuming they need to configure nginx, but they don't the debian/ubuntu defaults are fine. You're assuming they need to learn version management for some unfathomable reason but I can't even understand that. You're assuming people need some sort of 'sync' but they don't. That's what an OS file manager is for.

It's really not that complex unless you make it so.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: