piframe/README.md

26 lines
1.3 KiB
Markdown
Raw Normal View History

2020-07-31 22:59:41 +00:00
# PiFrame
This repo contains everything you need to build a digital Photo Frame using a Raspberry Pi
2020-07-31 23:07:53 +00:00
# Project Status
This is very much a Work In Progress project. Early prototype builds based on rough documenation (see [notes.txt](notes.txt) and [docs/](docs/) are online and being tested.
2020-07-31 23:07:53 +00:00
Additional tuning, documentation and integrations will be added to the repo over time.
# IMPORTANT CONSIDERATIONS
## SSL Support
The PiFrame project does **NOT** use SSL for anything unless it's a default setting for a given service. We have optimized the project to be managed via a trusted LAN and/or VPN solution (for multiple frames).
Use acme.sh + vhosts + nginx if you really want SSL. There is plenty of great information online how to set up acme.sh + nginx + vhosts + SSL if you want to go this route.
We will not discuss, entertain or bother debating our decision regarding SSL. It's an additional layer of complexity and not strictly required for the purposes of this project.
2020-07-31 22:59:41 +00:00
# Licensing
2020-07-31 23:12:07 +00:00
Unless otherwise stated all source code is licensed under the [Apache 2 License](LICENSE-APACHE-2.0.txt).
2020-07-31 22:59:41 +00:00
2020-07-31 23:12:07 +00:00
Unless otherwise stated the non source code contents of this repository are licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE-CC-Attribution-NonCommercial-ShareAlike-4.0-International.txt)