-
Notifications
You must be signed in to change notification settings - Fork 156
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
Suggestion: self-hostable docker #59
Comments
OK, I think I've muddled through to a
Edit: so it seems the real issue is getting Vite to accept hostnames using dynamic environment variables through docker. So far, I've had to hard-code the desired hostname in my
|
I am also trying to put this in Docker. How do you add the allowedHosts part to the config? |
The only way was to fork this wikitok repo and use my fork with the following modified
That last Of course, that also means adjusting the |
Thank you! |
What's the advantage of a self hosted docker container? |
I just wanted to do my bit to take pressure off the demo site the dev spun up. Plus, I can route my connection from the server via VPN. |
the best idea would be to put this onto Cloudflare Pages |
Loving this project, and love your stance on not introducing an algorithm. Scrolling wikitok is already becoming a favourite time-filler for me.
Have you put any thought into developing a self-hostable docker image at all? I'm trying to cobble one together myself, but I'm the complete opposite of someone who knows anything about building/deploying React apps, so am getting lost pretty quickly.
Anyway, just a suggestion. Cheers.
The text was updated successfully, but these errors were encountered: