Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
compose
nextcloud
Commits
ddbed96d
Commit
ddbed96d
authored
5 years ago
by
Michel Memeteau
Browse files
Options
Downloads
Patches
Plain Diff
Automatic install now
parent
54a9a606
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-33
1 addition, 33 deletions
README.md
with
1 addition
and
33 deletions
README.md
+
1
−
33
View file @
ddbed96d
...
...
@@ -2,43 +2,11 @@
A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.
# How to use this image
The easiest is to use our
`docker-compose.yml`
.
Make sure you have
[
docker-compose
](
http://docs.docker.com/compose/install/
)
installed. And then:
```
bash
git clone https://github.com/indiehosters/nextcloud.git
cd
nextcloud
MYSQL_ROOT_PASSWORD
=
mystrongpassword docker-compose up
```
You can now access your instance on the port 80 of the IP of your machine (not recommended for production).
## Access it from Internet
We recommend the usage of TLS, so the easiest is to use a TLS capable reverse proxy.
Here are 2 examples:
-
[
haproxy
](
https://github.com/indiehosters/haproxy
)
-
[
nginx
](
https://github.com/indiehosters/nginx
)
You can also modify manually the nginx configuration file and map the TLS port of the host to the container.
## Installation
Once started, you'll arrive at the configuration wizard.
At the
`Database Setup`
step, please enter the following:
-
Database Server:
`db`
-
Login:
`root`
-
Password: MYSQL_ROOT_PASSWORD
-
Database Name: nextcloud (or you can choose)
And leave the rest as default.
Then you can continue the installation with the super user.
Once started with libre.sh , You get to the login screen , the password is generated in your env file
## Backup
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment