mirror of
https://github.com/YunoHost-Apps/photonix_ynh.git
synced 2024-09-03 19:56:29 +02:00
70 lines
2.8 KiB
Markdown
70 lines
2.8 KiB
Markdown
# Photonix for YunoHost
|
|
|
|
[](https://dash.yunohost.org/appci/app/photonix)  
|
|
[](https://install-app.yunohost.org/?app=photonix)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allows you to install Photonix quickly and simply on a YunoHost server.
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
## Overview
|
|
Photonix is a photo management application that streamlines the process of storing, presenting and re-discovering photos. Smart filtering is made possible automatically by object recognition, location awareness, color analysis and other algorithms.
|
|
|
|
**Shipped version:** 0.4.0
|
|
|
|
## Screenshots
|
|
|
|

|
|
|
|
## Demo
|
|
|
|
* [Official demo](https://demo.photonix.org/)
|
|
|
|
## Configuration
|
|
|
|
There is an admin panel accessible from `https://your.domian.tld/admin/`.
|
|
|
|
## Documentation
|
|
|
|
* Official documentation: https://photonix.org/docs/
|
|
|
|
## YunoHost specific features
|
|
|
|
* LDAP SSO
|
|
* Automatic creation of libraries from multimedia directories
|
|
|
|
#### Multi-user support
|
|
|
|
Are LDAP and HTTP auth supported? **LDAP only**
|
|
Can the app be used by multiple users? **Yes**
|
|
|
|
#### Supported architectures
|
|
|
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/photonix/)
|
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/photonix/)
|
|
|
|
## Limitations
|
|
|
|
* The upstream app has not yet had a stable release, there may be bugs.
|
|
|
|
## Links
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/photonix_ynh/issues
|
|
* App website: https://photonix.org/
|
|
* Upstream app repository: https://github.com/photonixapp/photonix/
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
---
|
|
|
|
## Developer info
|
|
|
|
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/photonix_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/photonix_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade photonix -u https://github.com/YunoHost-Apps/photonix_ynh/tree/testing --debug
|
|
```
|