Simon Haas
Simon Haas
Docker
Hi, because I wanted to host your great tool by myself on my docker-homeserver I added docker support. ## For development: ``` docker build -t grunt ./docker/grunt/ docker run --rm...
The only way I found to run umbrel with a domain was to edit the start script and put your custom domain in the DEVICE_HOSTS variable to avoid a CORS...
I disabled and enabled the package for whatever reason and now it completes like this: ``` >>> ``` The '>' are getting more and more.
If you have two services that you want to start and stop on demand together (probably even when you have two or more independent services - but that I did...
wrong: - traefik.http.middlewares.ondemand-wikijs.plugin.traefik-ondemand-plugin.names=[wikijs,test] # => results in container "[wikijs" not found correct: - traefik.http.middlewares.ondemand-wikijs.plugin.traefik-ondemand-plugin.names=wikijs,test
## Describe the pull request This allows a developer to start gogs inside a devcontainer and get up and running very quickly with github codespaces. Link to the issue: n/a...
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...
This adds a devcontainer.json to use locally or via github codespaces. Github Codespaces https://github.com/features/codespaces is a remote development environment fully configured to be ready to code as quickly as possible....
Installation of the devcontainer feature failed because my baseimage had no /usr/local/sbin dir. It is based on alpine. https://github.com/SimonHaas/webspace/blob/ae8f32217c349a0aaefc0dd8cc36d728f186bc2b/.devcontainer/Dockerfile#L5
Hi, while extending an already existing tool I came across a few points that I would be thankful for if someone could elaborate on. 1. The key change is in...