You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The firecamp roadmap references supporting self-hosting. This issue is created for people to track progress of self-hosting
Describe the solution you'd like
Publishing pre-built container images on docker-hub or ghcr would be useful for self-hosters to host firecamp on their onwn terms and server. Accompanying the container image with an example docker-compose yaml stack would also be useful to facilitate self-hosting.
Describe alternatives you've considered
Using the desktop app.
Additional context
Could be published afterwards to awesome-selfhosted for increased coverage
The text was updated successfully, but these errors were encountered:
Building and self-hosting the ui is trivial with something like this. Surely it can be added to CI as well to publish automatic containers on release. But I don't agree that this is self-hosting until you can run your own backend. I'd argue that this project shouldn't advertise as open source until that happens either. I was very exited when I first came to the website, just to be letdown by the fact that this follows same cloud-first nonsense as postman and insomnia.
git clone --branch v3.3.0-beta.3 https://github.com/firecamp-dev/firecamp
cd firecamp
echo -e 'FIRECAMP_API_HOST="https://api-development.firecamp.dev"\nNODE_ENV="production"'> .env
# or on windows in PowerShell'FIRECAMP_API_HOST="https://api-development.firecamp.dev"','NODE_ENV="production"'| Out-File .env
npm install -g pnpm
pnpm install
pnpm build
Is your feature request related to a problem? Please describe.
The firecamp roadmap references supporting self-hosting. This issue is created for people to track progress of self-hosting
Describe the solution you'd like
Publishing pre-built container images on docker-hub or ghcr would be useful for self-hosters to host firecamp on their onwn terms and server. Accompanying the container image with an example docker-compose yaml stack would also be useful to facilitate self-hosting.
Describe alternatives you've considered
Using the desktop app.
Additional context
Could be published afterwards to awesome-selfhosted for increased coverage
The text was updated successfully, but these errors were encountered: