@aral Tim just wanted to sell conference passes! It's not his fault (mostly) that assholes put price-tags on API access even tho it weakens the Network Effect.
Notices by Digital Mark λ 📚 🕹 💾 🥃 (mdhughes@appdot.net)
-
Digital Mark λ 📚 🕹 💾 🥃 (mdhughes@appdot.net)'s status on Thursday, 01-Jun-2023 18:35:58 JST Digital Mark λ 📚 🕹 💾 🥃 -
Digital Mark λ 📚 🕹 💾 🥃 (mdhughes@appdot.net)'s status on Wednesday, 04-Jan-2023 03:09:52 JST Digital Mark λ 📚 🕹 💾 🥃 @aral Sure, but generally you can develop at localhost:8000 and ship into an https container.
You can also use Python's ssl.wrap_socket to specify https & PEM file, I just don't happen to have that script set up right now.
-
Digital Mark λ 📚 🕹 💾 🥃 (mdhughes@appdot.net)'s status on Wednesday, 04-Jan-2023 01:42:28 JST Digital Mark λ 📚 🕹 💾 🥃 @aral
python3 -m http.server "$@" -b 0.0.0.0 8000