feat: Initial commit
This commit is contained in:
commit
ea4e8ec2c9
10
.ansible-lint
Normal file
10
.ansible-lint
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
exclude_paths:
|
||||
- ./molecule
|
||||
- ./.travis.yml
|
||||
- ./.github
|
||||
parseable: true
|
||||
skip_list:
|
||||
- '204'
|
||||
use_default_rules: true
|
||||
verbosity: 1
|
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.yml linguist-detectable=true
|
||||
*.yaml linguist-detectable=true
|
||||
*.html linguist-detectable=false
|
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
github: equinoxel
|
||||
patreon: laurivan
|
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
PREREQUISITES
|
||||
|
||||
Have you read Idealista's Code of Conduct? By filling an Issue, you are expected to comply with it,
|
||||
including treating everyone with respect: https://github.com/idealista/idealista/blob/master/CODE_OF_CONDUCT.md
|
||||
|
||||
Check that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista
|
||||
|
||||
Check that there is not already provided the described functionality
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
[Description of the issue]
|
||||
|
||||
### Steps to Reproduce
|
||||
|
||||
1. [First Step]
|
||||
2. [Second Step]
|
||||
3. [and so on...]
|
||||
|
||||
**Expected behavior:**
|
||||
[What you expect to happen]
|
||||
|
||||
**Actual behavior:**
|
||||
[What actually happens]
|
||||
|
||||
**Reproduces how often:**
|
||||
[What percentage of the time does it reproduce?]
|
||||
|
||||
### Environment
|
||||
|
||||
- The release version/s you are using:
|
||||
- OS:
|
||||
- Ansible Version:
|
||||
- Python Version:
|
||||
- Others:
|
||||
### Additional Information
|
||||
|
||||
[Any additional information, configuration or data that might be necessary to reproduce the issue.]
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
3
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
blank_issues_enabled: false
|
31
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE]"
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
PREREQUISITES
|
||||
|
||||
Have you read Idealista's Code of Conduct? By filling an Issue, you are expected to comply with it,
|
||||
including treating everyone with respect: https://github.com/idealista/idealista/blob/master/CODE_OF_CONDUCT.md
|
||||
|
||||
Check that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista
|
||||
|
||||
Check that there is not already provided the described functionality
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
[Description of the issue]
|
||||
|
||||
### Why is this needed?
|
||||
|
||||
[A clear and concise description of why do you think this is needed]
|
||||
|
||||
### Additional Information
|
||||
|
||||
[Any additional information, configuration or data.]
|
27
.github/ISSUE_TEMPLATE/refactor.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/refactor.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Refactor
|
||||
about: Found anything to refactor in this project?
|
||||
title: "[REFACTOR]"
|
||||
labels: clean-up
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
PREREQUISITES
|
||||
|
||||
Have you read Idealista's Code of Conduct? By filling an Issue, you are expected to comply with it,
|
||||
including treating everyone with respect: https://github.com/idealista/idealista/blob/master/CODE_OF_CONDUCT.md
|
||||
|
||||
Check that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista
|
||||
|
||||
Check that there is not already provided the described functionality
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
[Description of the issue]
|
||||
|
||||
### Link/s to the specific code that needs a refactor (if applicable)
|
||||
|
||||
[Links]
|
27
.github/ISSUE_TEMPLATE/support_request.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/support_request.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Support Request
|
||||
about: Support request or question about this project
|
||||
title: "[SUPPORT]"
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
PREREQUISITES
|
||||
|
||||
Have you read Idealista's Code of Conduct? By filling an Issue, you are expected to comply with it,
|
||||
including treating everyone with respect: https://github.com/idealista/idealista/blob/master/CODE_OF_CONDUCT.md
|
||||
|
||||
Check that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista
|
||||
|
||||
Check that there is not already provided the described functionality
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
[Description of the issue]
|
||||
|
||||
### Additional Information
|
||||
|
||||
Any additional information, configuration or data that might be necessary to reproduce the issue.
|
33
.github/stale.yml
vendored
Normal file
33
.github/stale.yml
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
issues:
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 90
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- "pinned"
|
||||
- "security"
|
||||
- "good first issue"
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: wontfix
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: false
|
||||
|
||||
pulls:
|
||||
# Number of days of inactivity before a pull request becomes stale
|
||||
daysUntilStale: 90
|
||||
# Number of days of inactivity before a stale pull request is closed
|
||||
daysUntilClose: 7
|
||||
# Comment to post when marking a pull request as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This pull request has been automatically marked as stale because it has not had
|
||||
recent activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
# Comment to post when closing a stale pull request. Set to `false` to disable
|
||||
closeComment: false
|
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
tests/playbook.retry
|
||||
tests/.cache
|
||||
__pycache__
|
||||
.pytest_cache
|
||||
.molecule
|
||||
.cache
|
||||
.venv
|
||||
|
||||
*.iml
|
||||
.idea
|
||||
.project
|
||||
|
||||
*.pyc
|
||||
**/.vscode
|
25
.travis.yml
Normal file
25
.travis.yml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
dist: xenial
|
||||
language: python
|
||||
python: "3.9"
|
||||
os: linux
|
||||
services:
|
||||
- docker
|
||||
install:
|
||||
- pip install -I pipenv
|
||||
- pipenv sync
|
||||
env:
|
||||
jobs:
|
||||
- MOLECULE_DISTRO=debian:buster-slim
|
||||
- MOLECULE_DISTRO=debian:bullseye-slim
|
||||
script:
|
||||
- pipenv run molecule test --all
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
email:
|
||||
if: branch = main
|
||||
on_success: change
|
||||
on_failure: always
|
||||
recipients:
|
||||
- laur.ivan@gmail.com
|
33
.yamllint
Normal file
33
.yamllint
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
# Based on ansible-lint config
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
molecule/**/tests/
|
||||
.venv
|
||||
.github
|
||||
.travis.yml
|
||||
|
||||
rules:
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
colons:
|
||||
max-spaces-after: -1
|
||||
level: error
|
||||
commas:
|
||||
max-spaces-after: -1
|
||||
level: error
|
||||
empty-lines:
|
||||
max: 3
|
||||
level: error
|
||||
hyphens:
|
||||
level: error
|
||||
key-duplicates: enable
|
||||
line-length: disable
|
||||
new-lines:
|
||||
type: unix
|
||||
truthy: disable
|
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
|
||||
|
||||
## [Unreleased](https://github.com/equinoxel/ansible-role-photoprism/tree/develop)
|
||||
### Changed
|
||||
### Added
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
## [X.Y.Z](https://github.com/equinoxel/ansible-role-photoprism/tree/X.Y.Z)
|
||||
### [Full Changelog](https://github.com/equinoxel/ansible-role-photoprism/compare/1.0.0...X.Y.Z)
|
||||
### Changed
|
||||
*[#<issue_number>](https://github.com/equinoxel/ansible-role-photoprism/issues/<issue_number>) \<Change description\>* @\<author\>
|
||||
|
||||
## [1.0.0](https://github.com/equinoxel/ansible-role-photoprism/tree/1.0.0)
|
||||
- Initial release
|
67
LICENSE
Normal file
67
LICENSE
Normal file
@ -0,0 +1,67 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
||||
|
||||
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
||||
|
||||
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
||||
|
||||
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
||||
|
||||
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
||||
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
Copyright 2023 Idealista S.A.U.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
47
README.md
Normal file
47
README.md
Normal file
@ -0,0 +1,47 @@
|
||||
# Photoprism Ansible role
|
||||
|
||||
This role installs Mealie via Docker compose.
|
||||
|
||||
## Requirements
|
||||
|
||||
None
|
||||
|
||||
## Role Variables
|
||||
|
||||
All variables are listed below (see also `defaults/main.yml`).
|
||||
|
||||
```yml
|
||||
---
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
You need a machine with docker and docker-compose installed.
|
||||
|
||||
## Example Playbook
|
||||
|
||||
```yml
|
||||
- hosts: servers
|
||||
roles:
|
||||
- 'laurivan.Photoprism'
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [MIT](https://opensource.org/licenses/MIT) license - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
![MIT License](https://img.shields.io/badge/license-MIT%20License-brightgreen)
|
||||
|
||||
## Author Information
|
||||
|
||||
This role was created in 2023 by [Laur Ivan](https://www.laurivan.com).
|
||||
|
||||
## Built With
|
||||
|
||||
![Ansible](https://img.shields.io/badge/ansible-5.2.0-green.svg)
|
||||
![Molecule](https://img.shields.io/badge/molecule-3.4.0-green.svg)
|
||||
![Goss](https://img.shields.io/badge/goss-0.3.16-green.svg)
|
||||
|
||||
## Contributing
|
||||
|
||||
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
|
88
defaults/main.yml
Normal file
88
defaults/main.yml
Normal file
@ -0,0 +1,88 @@
|
||||
---
|
||||
|
||||
## General
|
||||
# Version
|
||||
photoprism_version: 1.0.0
|
||||
|
||||
# photoprism paths
|
||||
photoprism_root_path: /opt/photoprism
|
||||
photoprism_config_path: "{{ photoprism_root_path }}/conf"
|
||||
photoprism_cache_path: "{{ photoprism_root_path }}/cache"
|
||||
photoprism_db_path: "{{ photoprism_root_path }}/db"
|
||||
photoprism_skeleton_paths:
|
||||
- "{{ photoprism_config_path }}"
|
||||
- "{{ photoprism_cache_path }}"
|
||||
- "{{ photoprism_db_path }}"
|
||||
|
||||
# Documentation
|
||||
photoprism_documentation_link: ""
|
||||
|
||||
photoprism:
|
||||
## Start as non-root user before initialization (supported: 0, 33, 50-99, 500-600, and 900-1200):
|
||||
run_as:
|
||||
uid: "" # user: "1000:xxxx"
|
||||
gid: "" # user: "xxxx:1000"
|
||||
|
||||
# Superadmin
|
||||
admin:
|
||||
user: "admin" # user name
|
||||
password: "insecure" # initial password (minimum 8 characters)
|
||||
|
||||
# Authentication
|
||||
auth_mode: "password" # authentication mode (public, password)
|
||||
|
||||
# Site URL
|
||||
url: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/
|
||||
|
||||
site:
|
||||
port: "2342"
|
||||
originals: "5000" # file size limit for originals in MB (increase for high-res video)
|
||||
compression: "gzip" # improves transfer speed and bandwidth utilization (none or gzip)
|
||||
|
||||
caption: "AI-Powered Photos App"
|
||||
description: "" # meta site description
|
||||
author: "" # meta site author
|
||||
|
||||
system:
|
||||
restart: "unless-stopped"
|
||||
workers: "" # limits the number of indexing workers to reduce system load
|
||||
log: "info" # log level: trace, debug, info, warning, error, fatal, or panic
|
||||
experimental: "false" # enables experimental features
|
||||
readonly: "false" # do not modify originals directory (reduced functionality)
|
||||
disable_chown: "false" # disables updating storage permissions via chmod and chown on startup
|
||||
disable_webdav: "false" # disables built-in WebDAV server
|
||||
disable_settings: "false" # disables settings UI and API
|
||||
|
||||
## Run as a non-root user after initialization (supported: 0, 33, 50-99, 500-600, and 900-1200):
|
||||
uid: "" # PHOTOPRISM_UID: 1000
|
||||
gid: "" # PHOTOPRISM_GID: 1000
|
||||
umask: "" # PHOTOPRISM_UMASK: 0000
|
||||
|
||||
init: "" # Run/install on first startup
|
||||
# (options: update https gpu tensorflow davfs clitools clean)
|
||||
|
||||
encoding:
|
||||
ffmpeg:
|
||||
bitrate: "32" # FFmpeg encoding bitrate limit in Mbit/s (default: 50)
|
||||
encoder: "software" # FFmpeg encoder ("software", "intel", "nvidia", "apple", "raspberry")
|
||||
quality: "85" # a higher value increases the quality and file size of JPEG images
|
||||
# and thumbnails (25-100)
|
||||
|
||||
ai:
|
||||
disable: "false" # disables all features depending on TensorFlow
|
||||
no_faces: "false" # disables face detection and recognition (requires TensorFlow)
|
||||
no_classification: "false" # disables image classification (requires TensorFlow)
|
||||
no_raw_conversion: "false" # disables indexing and conversion of RAW files
|
||||
raw_presets: "false" # enables applying user presets when converting RAW files (- performance)
|
||||
nfsw:
|
||||
detect: "false" # flag photos as private that MAY be offensive (requires TensorFlow)
|
||||
upload: "true" # allows uploads that MAY be offensive (no effect without TensorFlow)
|
||||
|
||||
db:
|
||||
driver: "mysql" # or "sqlite". Use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved
|
||||
host: "mariadb" # MariaDB or MySQL database server (hostname:port)
|
||||
port: 3306
|
||||
user: "photoprism" # MariaDB or MySQL database user name
|
||||
password: "insecure" # MariaDB or MySQL database user password
|
||||
root_password: "insecure" # MariaDB or MySQL database ROOT password
|
||||
name: "photoprism" # MariaDB or MySQL database schema name
|
2
handlers/main.yml
Normal file
2
handlers/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# Handlers for photoprism
|
26
meta/main.yml
Normal file
26
meta/main.yml
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
|
||||
galaxy_info:
|
||||
author: Laur Ivan (laur.ivan@gmail.com)
|
||||
namespace: laurivan
|
||||
company: laurivan.com
|
||||
role_name: photoprism
|
||||
description: Photoprism Role
|
||||
min_ansible_version: 2.4
|
||||
min_ansible_container_version: 2.4
|
||||
license: Apache 2.0
|
||||
galaxy_tags:
|
||||
- tag1
|
||||
- photoprism
|
||||
- photo
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
23
molecule/default/cleanup.yml
Normal file
23
molecule/default/cleanup.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
- name: Clean up
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- name: Check if the docker-compose file exists.
|
||||
ansible.builtin.stat:
|
||||
path: "{{ photoprism_config_path | expanduser | realpath }}/docker-compose.yml"
|
||||
register: docker_compose_file
|
||||
|
||||
- name: Remove docker-compose.
|
||||
community.docker.docker_compose:
|
||||
project_src: "{{ photoprism_config_path | expanduser | realpath }}/"
|
||||
build: false
|
||||
state: absent
|
||||
when: docker_compose_file.stat.exists
|
||||
become: false
|
||||
|
||||
- name: Remove the docker-compose file
|
||||
ansible.builtin.file:
|
||||
path: "{{ photoprism_config_path | expanduser | realpath }}/docker-compose.yml"
|
||||
state: absent
|
||||
when: docker_compose_file.stat.exists
|
5
molecule/default/converge.yml
Normal file
5
molecule/default/converge.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: photoprism_group
|
||||
roles:
|
||||
- role: "laurivan.photoprism"
|
27
molecule/default/destroy.yml
Normal file
27
molecule/default/destroy.yml
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
- name: Destroy
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: false
|
||||
no_log: "{{ molecule_no_log }}"
|
||||
tasks:
|
||||
# Developer must implement.
|
||||
- name: Remove the docker image
|
||||
community.docker.docker_container:
|
||||
name: photoprism
|
||||
state: absent
|
||||
|
||||
# Mandatory configuration for Molecule to function.
|
||||
|
||||
- name: Populate instance config
|
||||
ansible.builtin.set_fact:
|
||||
instance_conf: {}
|
||||
|
||||
- name: Dump instance config
|
||||
ansible.builtin.copy:
|
||||
content: |
|
||||
# Molecule managed
|
||||
{{ instance_conf | to_json | from_json | to_yaml }}
|
||||
dest: "{{ molecule_instance_config }}"
|
||||
mode: 0600
|
||||
when: server.changed | default(false) | bool
|
37
molecule/default/molecule.yml
Normal file
37
molecule/default/molecule.yml
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
dependency:
|
||||
name: galaxy
|
||||
options:
|
||||
ignore-certs: true
|
||||
ignore-errors: true
|
||||
role-file: molecule/requirements.yml
|
||||
requirements-file: molecule/requirements.yml
|
||||
driver:
|
||||
name: docker
|
||||
lint: |
|
||||
yamllint .
|
||||
ansible-lint .
|
||||
platforms:
|
||||
- name: photoprism
|
||||
groups:
|
||||
- photoprism_group
|
||||
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos8}-ansible:latest"
|
||||
privileged: true
|
||||
pre_build_image: true
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
tmpfs:
|
||||
- /tmp
|
||||
- /run
|
||||
- /run/lock
|
||||
volumes:
|
||||
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
|
||||
- '/var/run/docker.sock:/tmp/docker_mounted.sock'
|
||||
command: '/lib/systemd/systemd'
|
||||
stop_signal: 'RTMIN+3'
|
||||
provisioner:
|
||||
name: ansible
|
||||
playbooks:
|
||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
||||
verifier:
|
||||
name: ansible
|
38
molecule/default/prepare.yml
Normal file
38
molecule/default/prepare.yml
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
- name: Setup the test machine
|
||||
hosts: photoprism
|
||||
tasks:
|
||||
- name: Check if /var/run/docker.sock already exists
|
||||
ansible.builtin.stat:
|
||||
path: "/var/run/docker.sock"
|
||||
register: docker_sock_stat
|
||||
|
||||
- name: Create docker.sock
|
||||
ansible.builtin.raw: touch /var/run/docker.sock
|
||||
become: true
|
||||
changed_when: false
|
||||
when: not docker_sock_stat.stat.exists
|
||||
|
||||
- name: Move docker.sock from tmp
|
||||
ansible.builtin.raw: >
|
||||
mount --move /tmp/docker_mounted.sock /var/run/docker.sock
|
||||
become: true
|
||||
changed_when: false
|
||||
when: not docker_sock_stat.stat.exists
|
||||
|
||||
- name: Update apt cache.
|
||||
ansible.builtin.apt: update_cache=yes cache_valid_time=600
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install python requests
|
||||
ansible.builtin.pip:
|
||||
name:
|
||||
- requests
|
||||
- docker
|
||||
- docker-compose
|
||||
|
||||
- name: Install docker
|
||||
vars:
|
||||
docker_service_manage: false
|
||||
ansible.builtin.include_role:
|
||||
name: geerlingguy.docker
|
4
molecule/default/requirements.yml
Normal file
4
molecule/default/requirements.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
roles:
|
||||
- geerlingguy.docker
|
||||
collections: []
|
12
molecule/default/tests/test_app.yml
Normal file
12
molecule/default/tests/test_app.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
## TODO: Remember to adapt goss tests to your convenience
|
||||
|
||||
|
||||
## Check if ports are really exposed
|
||||
# port:
|
||||
# # Check port at IPv6
|
||||
# # https://github.com/aelsabbahy/goss/issues/177
|
||||
# tcp6:<port>:
|
||||
# listening: true
|
||||
# ip:
|
||||
# - '::'
|
59
molecule/default/verify.yml
Normal file
59
molecule/default/verify.yml
Normal file
@ -0,0 +1,59 @@
|
||||
---
|
||||
# This is an example playbook to execute goss tests.
|
||||
# Tests need distributed to the appropriate ansible host/groups
|
||||
# prior to execution by `goss validate`.
|
||||
|
||||
- name: Verify photoprism
|
||||
hosts:
|
||||
- photoprism
|
||||
become: true
|
||||
vars:
|
||||
goss_version: v0.3.16
|
||||
goss_arch: amd64
|
||||
goss_dst: /usr/local/bin/goss
|
||||
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
|
||||
goss_url: "https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"
|
||||
goss_test_directory: /tmp
|
||||
goss_format: documentation
|
||||
|
||||
vars_files:
|
||||
- ../../defaults/main.yml
|
||||
|
||||
tasks:
|
||||
- name: Download and install Goss
|
||||
get_url:
|
||||
url: "{{ goss_url }}"
|
||||
dest: "{{ goss_dst }}"
|
||||
checksum: "sha256:{{ goss_sha256sum }}"
|
||||
mode: 0755
|
||||
register: download_goss
|
||||
until: download_goss is succeeded
|
||||
retries: 3
|
||||
|
||||
- name: Copy Goss tests to remote
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
dest: "{{ goss_test_directory }}/{{ item | basename }}"
|
||||
with_fileglob:
|
||||
- "tests/test_*.yml"
|
||||
|
||||
- name: Register test files
|
||||
shell: "ls {{ goss_test_directory }}/test_*.yml"
|
||||
register: test_files
|
||||
|
||||
- name: Execute Goss tests
|
||||
command: "{{ goss_dst }} -g {{ item }} validate --format {{ goss_format }}"
|
||||
register: test_results
|
||||
with_items: "{{ test_files.stdout_lines }}"
|
||||
ignore_errors: true
|
||||
|
||||
- name: Display details about the Goss results
|
||||
debug:
|
||||
msg: "{{ item.stdout_lines }}"
|
||||
with_items: "{{ test_results.results }}"
|
||||
|
||||
- name: Fail when tests fail
|
||||
fail:
|
||||
msg: "Goss failed to validate"
|
||||
when: item.rc != 0
|
||||
with_items: "{{ test_results.results }}"
|
24
tasks/config.yml
Normal file
24
tasks/config.yml
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
- name: "PHOTOPRISM | Set up directories"
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: "{{ item }}"
|
||||
owner: "{{ ansible_effective_user_id }}"
|
||||
group: "{{ ansible_effective_group_id }}"
|
||||
mode: "0750"
|
||||
with_items:
|
||||
- "{{ photoprism_skeleton_paths }}"
|
||||
tags:
|
||||
- photoprism_configure
|
||||
become: true
|
||||
|
||||
- name: "PHOTOPRISM | Write configuration files"
|
||||
ansible.builtin.template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "{{ photoprism_config_path | expanduser | realpath }}/{{ item {{"
|
||||
mode: '0640'
|
||||
loop:
|
||||
- "docker-compose.yml"
|
||||
tags:
|
||||
- photoprism_configure
|
||||
|
7
tasks/install.yml
Normal file
7
tasks/install.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: "PHOTOPRISM | Ensure photoprism is running"
|
||||
community.docker.docker_compose:
|
||||
project_src: "{{ photoprism_config_path | expanduser | realpath }}"
|
||||
build: false
|
||||
tags:
|
||||
- photoprism_install
|
11
tasks/main.yml
Normal file
11
tasks/main.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: "PHOTOPRISM | Configure"
|
||||
import_tasks: config.yml
|
||||
tags:
|
||||
- photoprism_configure
|
||||
|
||||
- name: "PHOTOPRISM | Install"
|
||||
import_tasks: install.yml
|
||||
tags:
|
||||
- photoprism_install
|
8
templates/photoprism/db.yml.j2
Normal file
8
templates/photoprism/db.yml.j2
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
MARIADB_AUTO_UPGRADE: "1"
|
||||
MARIADB_INITDB_SKIP_TZINFO: "1"
|
||||
MARIADB_DATABASE: "{{ photoprism.db.name }}"
|
||||
MARIADB_USER: "{{ photoprism.db.user }}"
|
||||
MARIADB_PASSWORD: "{{ photoprism.db.password }}"
|
||||
MARIADB_ROOT_PASSWORD: "{{ photoprism.db.root_password }}"
|
109
templates/photoprism/docker-compose.yml.j2
Normal file
109
templates/photoprism/docker-compose.yml.j2
Normal file
@ -0,0 +1,109 @@
|
||||
version: '3.5'
|
||||
|
||||
# Docker Compose config file for PhotoPrism
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available for sponsors due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - If you install PhotoPrism on a public server outside your home network, please always run it behind a secure
|
||||
# HTTPS reverse proxy such as Traefik or Caddy. Your files and passwords will otherwise be transmitted
|
||||
# in clear text and can be intercepted by anyone, including your provider, hackers, and governments:
|
||||
# https://docs.photoprism.app/getting-started/proxies/traefik/
|
||||
#
|
||||
# Setup Guides:
|
||||
# - https://docs.photoprism.app/getting-started/docker-compose/
|
||||
# - https://docs.photoprism.app/getting-started/raspberry-pi/
|
||||
#
|
||||
# Troubleshooting Checklists:
|
||||
# - https://docs.photoprism.app/getting-started/troubleshooting/
|
||||
# - https://docs.photoprism.app/getting-started/troubleshooting/docker/
|
||||
# - https://docs.photoprism.app/getting-started/troubleshooting/mariadb/
|
||||
#
|
||||
# CLI Commands:
|
||||
# - https://docs.photoprism.app/getting-started/docker-compose/#command-line-interface
|
||||
#
|
||||
# All commands may have to be prefixed with "sudo" when not running as root.
|
||||
# This will point the home directory shortcut ~ to /root in volume mounts.
|
||||
|
||||
services:
|
||||
photoprism:
|
||||
## Use photoprism/photoprism:preview for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
## Start as non-root user before initialization (supported: 0, 33, 50-99, 500-600, and 900-1200):
|
||||
{% if photoprism.run_as.uid is defined and photoprism.run_as.uid != "" -%}
|
||||
{% if photoprism.run_as.uid is defined and photoprism.run_as.uid != "" -%}
|
||||
user: "{{ photoprism.run_as.uid }}:{{ photoprism.run_as.gid }}"
|
||||
{%- else %}
|
||||
user: "{{ photoprism.run_as.uid }}"
|
||||
{%- endif %}
|
||||
{%- else %}
|
||||
# user: "1000:1000"
|
||||
{%- endif %}
|
||||
depends_on:
|
||||
- mariadb
|
||||
## Don't enable automatic restarts until PhotoPrism has been properly configured and tested!
|
||||
## If the service gets stuck in a restart loop, this points to a memory, filesystem, network, or database issue:
|
||||
## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors
|
||||
{% if photoprism.system.restart is defined and photoprism.system.restart != "" -%}
|
||||
restart: "{{ photoprism.system.restart }}"
|
||||
{%- else %}
|
||||
# restart: unless-stopped
|
||||
{%- endif %}
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
ports:
|
||||
- "{{ photoprism.site.port }}:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
|
||||
working_dir: "/photoprism" # do not change or remove
|
||||
## Storage Folders: "~" is a shortcut for your home directory, "." for the current directory
|
||||
volumes:
|
||||
# "/host/folder:/photoprism/folder" # Example
|
||||
- "~/Pictures:/photoprism/originals" # Original media files (DO NOT REMOVE)
|
||||
# - "/example/family:/photoprism/originals/family" # *Additional* media folders can be mounted like this
|
||||
# - "~/Import:/photoprism/import" # *Optional* base folder from which files can be imported to originals
|
||||
- "./storage:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE)
|
||||
## Share hardware devices with FFmpeg and TensorFlow (optional):
|
||||
# devices:
|
||||
# - "/dev/dri:/dev/dri" # Intel QSV
|
||||
# - "/dev/nvidia0:/dev/nvidia0" # Nvidia CUDA
|
||||
# - "/dev/nvidiactl:/dev/nvidiactl"
|
||||
# - "/dev/nvidia-modeset:/dev/nvidia-modeset"
|
||||
# - "/dev/nvidia-nvswitchctl:/dev/nvidia-nvswitchctl"
|
||||
# - "/dev/nvidia-uvm:/dev/nvidia-uvm"
|
||||
# - "/dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools"
|
||||
# - "/dev/video11:/dev/video11" # Video4Linux Video Encode Device (h264_v4l2m2m)
|
||||
|
||||
## Database Server (recommended)
|
||||
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
|
||||
mariadb:
|
||||
## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue:
|
||||
## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors
|
||||
restart: unless-stopped
|
||||
image: mariadb:10.10
|
||||
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
command: mysqld --innodb-buffer-pool-size=512M --transaction-isolation=READ-COMMITTED --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=512 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=120
|
||||
## Never store database files on an unreliable device such as a USB flash drive, an SD card, or a shared network folder:
|
||||
volumes:
|
||||
- "./database:/var/lib/mysql" # DO NOT REMOVE
|
||||
environment:
|
||||
|
||||
|
||||
## Watchtower upgrades services automatically (optional)
|
||||
## see https://docs.photoprism.app/getting-started/updates/#watchtower
|
||||
## activate via "COMPOSE_PROFILES=update docker compose up -d"
|
||||
watchtower:
|
||||
restart: unless-stopped
|
||||
image: containrrr/watchtower
|
||||
profiles: ["update"]
|
||||
environment:
|
||||
WATCHTOWER_CLEANUP: "true"
|
||||
WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every two hours
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
- "~/.docker/config.json:/config.json" # optional, for authentication if you have a Docker Hub account
|
||||
|
60
templates/photoprism/photoprism.yml.j2
Normal file
60
templates/photoprism/photoprism.yml.j2
Normal file
@ -0,0 +1,60 @@
|
||||
---
|
||||
|
||||
PHOTOPRISM_ADMIN_USER: "{{ photoprism.admin.user }}"
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "{{ photoprism.admin.password }}"
|
||||
PHOTOPRISM_AUTH_MODE: "{{ photoprism.auth_mode }}"
|
||||
PHOTOPRISM_SITE_URL: "{{ photoprism.url }}"
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: "{{ photoprism.site.originals }}"
|
||||
PHOTOPRISM_HTTP_COMPRESSION: "{{ photoprism.site.compression }}"
|
||||
{% if defined photoprism.system.workers and photoprism.system.workers != "" -%}
|
||||
PHOTOPRISM_WORKERS: "{{ photoprism.system.workers }}"
|
||||
{%- endif %}
|
||||
PHOTOPRISM_LOG_LEVEL: "{{ photoprism.system.log }}"
|
||||
PHOTOPRISM_READONLY: "{{ photoprism.system.readonly }}"
|
||||
PHOTOPRISM_EXPERIMENTAL: "{{ photoprism.system.experimental }}"
|
||||
PHOTOPRISM_DISABLE_CHOWN: "{{ photoprism.system.disable_chown }}"
|
||||
PHOTOPRISM_DISABLE_WEBDAV: "{{ photoprism.system.disable_webdav }}"
|
||||
PHOTOPRISM_DISABLE_SETTINGS: "{{ photoprism.system.disable_settings }}"
|
||||
PHOTOPRISM_DISABLE_TENSORFLOW: "{{ photoprism.ai.disable }}"
|
||||
PHOTOPRISM_DISABLE_FACES: "{{ photoprism.ai.no_faces }}"
|
||||
PHOTOPRISM_DISABLE_CLASSIFICATION: "{{ photoprism.ai.no_classification }}"
|
||||
PHOTOPRISM_DISABLE_RAW: "{{ photoprism.ai.no_raw_conversion }}"
|
||||
PHOTOPRISM_RAW_PRESETS: "{{ photoprism.ai.raw_presets }}"
|
||||
PHOTOPRISM_JPEG_QUALITY: "{{ photoprism.encoding.quality }}"
|
||||
PHOTOPRISM_DETECT_NSFW: "{{ photoprism.ai.nfsw.detect }}"
|
||||
PHOTOPRISM_UPLOAD_NSFW: "{{ photoprism.ai.nfsw.upload }}"
|
||||
|
||||
## Database connection
|
||||
PHOTOPRISM_DATABASE_DRIVER: "{{ photoprism.db.driver }}"
|
||||
{% if photoprism.db.driver != "sqlite" -%}
|
||||
PHOTOPRISM_DATABASE_SERVER: "{{ photoprism.db.host }}:{{ photoprism.db.port }}"
|
||||
PHOTOPRISM_DATABASE_NAME: "{{ photoprism.db.name }}"
|
||||
PHOTOPRISM_DATABASE_USER: "{{ photoprism.db.user }}"
|
||||
PHOTOPRISM_DATABASE_PASSWORD: "{{ photoprism.db.password }}"
|
||||
{%- endif %}
|
||||
|
||||
PHOTOPRISM_SITE_CAPTION: "{{ photoprism.site.caption }}"
|
||||
PHOTOPRISM_SITE_DESCRIPTION: "{{ photoprism.site.description }}"
|
||||
PHOTOPRISM_SITE_AUTHOR: "{{ photoprism.site.author }}"
|
||||
|
||||
## Run/install on first startup (options: update https gpu tensorflow davfs clitools clean):
|
||||
{% if photoprism.system.init is defined and photoprism.system.init != "" -%}
|
||||
PHOTOPRISM_INIT: "{{ photoprism.system.init }}"
|
||||
{%- else %}
|
||||
# PHOTOPRISM_INIT: "update clean"
|
||||
{%- endif %}
|
||||
|
||||
## Hardware Video Transcoding:
|
||||
# PHOTOPRISM_FFMPEG_ENCODER: "{{ photoprism.encoding.ffmpeg.encoder }}"
|
||||
# PHOTOPRISM_FFMPEG_BITRATE: "{{ photoprism.encoding.ffmpeg.bitrate }}"
|
||||
|
||||
## Run as a non-root user after initialization (supported: 0, 33, 50-99, 500-600, and 900-1200):
|
||||
{% if photoprism.system.uid is defined and photoprism.system.uid != "" -%}
|
||||
PHOTOPRISM_UID: "{{ photoprism.system.uid }}"
|
||||
{%- endif %}
|
||||
{% if photoprism.system.gid is defined and photoprism.system.gid != "" -%}
|
||||
PHOTOPRISM_GID: "{{ photoprism.system.gid }}"
|
||||
{%- endif %}
|
||||
{% if photoprism.system.umask is defined and photoprism.system.umask != "" -%}
|
||||
PHOTOPRISM_UMASK: "{{ photoprism.system.umask }}"
|
||||
{%- endif %}
|
6
test-requirements.txt
Normal file
6
test-requirements.txt
Normal file
@ -0,0 +1,6 @@
|
||||
ansible==5.2.0
|
||||
molecule==3.4.0
|
||||
docker==5.0.0
|
||||
molecule-docker==0.2.4
|
||||
ansible-lint==5.3.2
|
||||
yamllint==1.28.0
|
Loading…
Reference in New Issue
Block a user