Description
Cozy: Simple, Versatile, Yours
Installation Instructions
Put SELinux in permissive mode
setenforce 0
Enable COPR repository
dnf copr enable daftaupe/cozy
Install required packages
dnf install cozy-nsjail cozy-couchdb cozy-stack -y
Start CouchDB and create databases
systemctl start couchdb
curl -X PUT http://127.0.0.1:5984/_users
curl -X PUT http://127.0.0.1:5984/_replicator
curl -X PUT http://127.0.0.1:5984/_global_changes
Create a pasword
su - cozy -s /bin/bash -c "cozy-stack config passwd /etc/cozy/"
Start cozy-stack
systemctl start cozy-stack
Add an instance
cozy-stack instances add --host 0.0.0.0 --apps drive,photos,collect,settings --passphrase "XXX" mycozy.tld
-> check the doc on the Cozy homepage for Nginx reverse proxy configuration
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 [modified] (21)* | EPEL 7 (225 downloads) |
* Total number of downloaded packages.