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

Feature: Kiosk mode #17

Open
brianwarner opened this issue Jun 28, 2017 · 0 comments
Open

Feature: Kiosk mode #17

brianwarner opened this issue Jun 28, 2017 · 0 comments

Comments

@brianwarner
Copy link
Owner

Right now, Facade is mostly intended to be run internally, behind a firewall. The authentication is pretty basic (see issue #16), so this should certainly be addressed before putting this out on the open web.

An alternative, though, would be to have a read-only kiosk mode. The simplest way to do this (I think) would be to cache the pages as boring old HTML files, which could then be periodically transferred to a public server. Every time facade-worker.py runs, it would overwrite the old cached files. This has the advantage of being completely non-interactive and should also be quite fast. But I'm open to ideas.

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

No branches or pull requests

1 participant