Commit Graph

7 Commits (3fd00bf755116aa2b5ddaf51ee927da2c6f23a1d)

Author SHA1 Message Date
nblock 3eb99d2635
Make host and port configurable (#94)
Use the previous values as the default.
2020-09-16 11:20:13 +02:00
mntmn a8b8e36ad3
wip: migrate from deprecated swig templates to ejs 2020-09-09 17:20:35 +02:00
foramontano 7f72992d06
Foramontano/adding languages (#89)
- Doc that describes the steps to add a new language  to Spacedeck Open
- New file with translated entries for using in Spacedeck Open in Spanish
- Include 'es' as new locale in Spacedeck Open
- Include a radiobutton for users could select the new language
2020-09-09 16:05:55 +02:00
Mejans 9c44aee57a
i18n Add Occitan language (#80)
* Create oc.js

* Add OC to locale list

* Add OC

* Add OC to list

* Update spacedeck.html

* Update root.js
2020-07-22 21:55:32 +02:00
mntmn a185c1e3a6 helmet: disable protections for now 2020-05-11 18:58:02 +02:00
mntmn d19d02220e fix phantomjs ssl error and space screenshots 2019-05-19 23:16:30 +02:00
mntmn ebac854da8
Port Backend to SQLite/Sequelize (removes MongoDB), Support Electron (#14)
* The MongoDB/Mongoose data storage is removed in favor of Sequelize. This abstracts over SQLite or RDBMs like PostgreSQL and MSSQL. The default is SQLite, which significantly simplifies deployments in end-user environments.

* As Spacedeck now has no more mandatory server dependencies, we can wrap it in Electron and ship it as a desktop application.

* Removes docker-compose.yml

* First version of import UI
2018-04-12 16:40:58 +00:00