Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart Maps Portable: Remove dependency on mDNS #623

Closed
hfu opened this issue Nov 19, 2024 · 2 comments
Closed

Smart Maps Portable: Remove dependency on mDNS #623

hfu opened this issue Nov 19, 2024 · 2 comments
Assignees

Comments

@hfu
Copy link
Contributor

hfu commented Nov 19, 2024

The title says everything.

@hfu
Copy link
Contributor Author

hfu commented Nov 20, 2024

Caddyfile を次のように設定することで対応できた。

https://192.168.5.1 {
        root * /home/local/h3log/docs
        file_server
        encode gzip
        header {
                Access-Control-Allow-Origin "*"
                Access-Control-Allow-Methods "GET, POST, OPTIONS"
                Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept"
        }
        tls internal
}

@hfu hfu closed this as completed Nov 20, 2024
@hfu
Copy link
Contributor Author

hfu commented Nov 20, 2024

うまく行った記念のスクリーンショットです。

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant