Skip to content
#

http-server

Here are 2,473 public repositories matching this topic...

caddy
tgelite
tgelite commented Mar 11, 2021

I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).

During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).

To get certificates configured properly we are attempting to use the caddy trust command

armeria
miniserve
mhuesch
mhuesch commented Mar 9, 2021

example of the "issue":

shell 1:

_ :: /tmp/miniserve-rename » mkdir in out
_ :: /tmp/miniserve-rename » ls
in  out
_ :: /tmp/miniserve-rename » cd in
_ :: /tmp/miniserve-rename/in » echo foo > foo.txt
_ :: /tmp/miniserve-rename/in » ln -s foo.txt bar.txt
_ :: /tmp/miniserve-rename/in » miniserve .
miniserve v0.11.0
Serving path /tmp/miniserve-rename/in at http://[::]:8080, http://

Improve this page

Add a description, image, and links to the http-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-server topic, visit your repo's landing page and select "manage topics."

Learn more