This project is currently in pre-alpha stage and is under active development. It serves as an exploratory example of how to build a feature-rich photo management app. The code and features are still evolving, and bugs, performance issues, and incomplete functionality are expected.
Please note, this project is not intended for production use at this time, and contributions or feedback are welcome to help improve and expand its capabilities.
If you wanna run the identities locally you'll need the back-end web server, see the Odin repository to get started.
Once you have the back-end and front-end web apps running, you can start the mobile app by following the instructions below.
Note
You don't need the full platform running locally as you can use a production identity during development of any app on ODIN
npm install
npm start:mobile
npm start:web
# run adb as root:
adb root
# adb proxy port 443
adb reverse tcp:443 tcp:443
Now you can log in with local identities such as frodo.dotyou.cloud
.
Note
No such configuration is required for iOS simulators.
Please use the issue tracker on GitHub to report bugs.
If you discover any security issues, please send an email to [email protected]. The email is automatically CCed to the entire team and we'll respond promptly.
This project is licensed under the terms of the AGPL3 license. See the LICENSE file.