mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
add another requirement
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
770ebba8e2
commit
7336337c2e
1 changed files with 1 additions and 0 deletions
|
@ -718,6 +718,7 @@ What are the requirements?
|
|||
5. The container should not mount directories from the host into the container: only docker volumes should be used.
|
||||
6. The container must be usable by more than 90% of the users (e.g. not too high system requirements and such)
|
||||
7. No additional setup should be needed after adding the container - it should work completely out of the box.
|
||||
8. If the container requires being exposed, only subfolders are supported. So the container should not require its own (sub-)domain and must be able to run in a subfolder.
|
||||
|
||||
### How to trust user-defined Certification Authorities (CA)?
|
||||
For some applications it might be necessary to establish a secure connection to another host/server which is using a certificate issued by a Certification Authority that is not trusted out of the box. An example could be configuring LDAPS against a domain controller (Active Directory or Samba-based) of an organization.
|
||||
|
|
Loading…
Reference in a new issue