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

🏭 Hosting on Glitch #193

Open
vitorio opened this issue May 13, 2021 · 0 comments
Open

🏭 Hosting on Glitch #193

vitorio opened this issue May 13, 2021 · 0 comments

Comments

@vitorio
Copy link

vitorio commented May 13, 2021

For those looking for an easy way to host a Spacedeck instance, these commits in my branch have the changes necessary to host Spacedeck on Glitch: vitorio@e1c7f78 and vitorio@93377fe

You'll need to delete config/default.json and rename config/default.js.glitch to config/default.js. You'll also want to set up your secret environment variables file with:

TEAM_NAME=
CONTACT_EMAIL=
INVITE_CODE=
EXPORT_API_SECRET=
GM_IM=1

instead of setting them in your config file, for safety. The new GM_IM variable is because the Glitch image only has ImageMagick, not GraphicsMagick, and this has the Node gm module behave appropriately.

Be aware that Glitch's ImageMagick configuration means that PDFs will fail to generate thumbnails.

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

No branches or pull requests

1 participant