hey fedi. i got a domain name. i want to be able to put up a static site, access certain files from wherever, stream my music maybe.

how do i set up a simple html/file server on a laptop

TO CLARIFY: i mean HOW. like, complete beginner. can someone point me to a comprehensive tutorial?

#AskFedi #LinuxHelp

@matildalove at the end of the day a static ip isn't necessarily needed as long as you're okay with manually checking if your ip is still the same and reconfiguring as needed, or setting up dynamic dns to reconfigure periodically

how often your ip will rotate depends on a lot of things, including but not limited to your router and your isp

as for setting up the server i learned caddy as my first webserver and i quite like it; you just need to tell it where to see files and what domain(s) to serve, then make sure your ports (80 and 443) are forwarded correctly, and then configure dns to point to your server