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
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:
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.
The text was updated successfully, but these errors were encountered:
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 renameconfig/default.js.glitch
toconfig/default.js
. You'll also want to set up your secret environment variables file with: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 Nodegm
module behave appropriately.Be aware that Glitch's ImageMagick configuration means that PDFs will fail to generate thumbnails.
The text was updated successfully, but these errors were encountered: