💾 Archived View for pixeldreams.tokyo › technomancy › http-on-pink.gmi captured on 2023-03-20 at 18:06:24. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

personal http site on ~pink

october 17, 2021

i'm not sure when this was added, but it's possible to create an http site on tilde.pink. if it wasn't created automatically in your home directory, you can create a 'public_html' folder yourself. make sure this directory is visible by others (i chmoded mine to 755).

cd
umask 022
mkdir public_html
echo '<h1>hellooo</h1> > public_html/index.html

my page is very simple - it just links to http proxies to conveniently load my gemini page for someone using a traditional browser.

https://tilde.pink/~kyo