https://bugzilla.redhat.com/show_bug.cgi?id=1420275 Bug ID: 1420275 Summary: Container Review Request : owncloud - self hosted file storage and collaboration platform Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: james.hogarth@xxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Description: ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. ownCloud is extendable via a simple but powerful API for applications and plugins. This is a container that utilises httpd and mod_ssl, it can be used standalone with the embedded sqlite database but it's suggested in production use to be connected to a postgresql or mariadb database by whichever method the admin prefers. Volumes are provided for the httpd config (so that ssl certs can trivially be added by an admin), owncloud config and owncloud data locations. To test the container: docker build -t owncloud . docker run -d P --name owncloud owncloud docker port owncloud Open browser to https://localhost:<exposed-port>/owncloud/ and follow the prompts to add an admin user and point to a database (or just use the built in sqlite for testing). Dockerfile: https://fedorapeople.org/~jhogarth/owncloud_container/Dockerfile Fedora Account System Username: jhogarth -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx