Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monogramm/docker-nextcloud
:whale: :elephant: Docker image of Nextcloud expanding official image
https://github.com/monogramm/docker-nextcloud
alpine debian docker nextcloud php
Last synced: about 2 months ago
JSON representation
:whale: :elephant: Docker image of Nextcloud expanding official image
- Host: GitHub
- URL: https://github.com/monogramm/docker-nextcloud
- Owner: Monogramm
- License: agpl-3.0
- Created: 2018-12-09T17:21:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T20:19:43.000Z (over 3 years ago)
- Last Synced: 2024-04-14T21:45:43.177Z (9 months ago)
- Topics: alpine, debian, docker, nextcloud, php
- Language: Shell
- Homepage: https://github.com/nextcloud/docker
- Size: 197 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: AGPL v3][uri_license_image]][uri_license]
[![Build Status](https://travis-ci.org/Monogramm/docker-nextcloud.svg)](https://travis-ci.org/Monogramm/docker-nextcloud)
[![Docker Pulls](https://img.shields.io/docker/pulls/monogramm/docker-nextcloud.svg)](https://hub.docker.com/r/monogramm/docker-nextcloud/)
[![](https://images.microbadger.com/badges/version/monogramm/docker-nextcloud.svg)](https://microbadger.com/images/monogramm/docker-nextcloud)
[![](https://images.microbadger.com/badges/image/monogramm/docker-nextcloud.svg)](https://microbadger.com/images/monogramm/docker-nextcloud)# NextCloud custom Docker
Custom Docker image for NextCloud.
Provides a NextCloud with additional packages for samba, cron background tasks or Apps like NextCloud Passwords.
> [NextCloud cron Background jobs](https://docs.nextcloud.com/server/16/admin_manual/configuration_server/background_jobs_configuration.html#cron)
> [NextCloud Docker examples](https://github.com/nextcloud/docker/tree/master/.examples)
> [NextCloud Passwords](https://github.com/marius-wieschollek/passwords)
## What is NextCloud
A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.
> [Nextcloud.com](https://nextcloud.com/)
## Supported tags
Tags:
- `images/22.1/apache/Dockerfile`: 22.1-apache apache 22.1 latest
- `images/22.1/fpm/Dockerfile`: 22.1-fpm fpm
- `images/22.1/fpm-alpine/Dockerfile`: 22.1-fpm-alpine fpm-alpine
- `images/22.0/apache/Dockerfile`: 22.0-apache 22.0
- `images/22.0/fpm/Dockerfile`: 22.0-fpm
- `images/22.0/fpm-alpine/Dockerfile`: 22.0-fpm-alpine
- `images/21.0/apache/Dockerfile`: 21.0-apache 21.0
- `images/21.0/fpm/Dockerfile`: 21.0-fpm
- `images/21.0/fpm-alpine/Dockerfile`: 21.0-fpm-alpine
- `images/20.0/apache/Dockerfile`: 20.0-apache 20.0
- `images/20.0/fpm/Dockerfile`: 20.0-fpm
- `images/20.0/fpm-alpine/Dockerfile`: 20.0-fpm-alpine
- `images/19.0/apache/Dockerfile`: 19.0-apache 19.0
- `images/19.0/fpm/Dockerfile`: 19.0-fpm
- `images/19.0/fpm-alpine/Dockerfile`: 19.0-fpm-alpine## How to run this image ?
See NextCloud base image documentation for details.
> [Nextcloud GitHub](https://github.com/nextcloud/docker)
> [Nextcloud DockerHub](https://hub.docker.com/r/library/nextcloud/)
## Questions / Issues
If you got any questions or problems using the image, please visit our [Github Repository](https://github.com/Monogramm/docker-nextcloud) and write an issue.
[uri_license]: http://www.gnu.org/licenses/agpl.html
[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg