Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
f7e7f6f0
Verified
Commit
f7e7f6f0
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Remove docs about MinIO
parent
3f29be14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!534
Resolve "Support S3 storage for media"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/admin/05_storage.rst
+0
-20
0 additions, 20 deletions
docs/admin/05_storage.rst
with
0 additions
and
20 deletions
docs/admin/05_storage.rst
+
0
−
20
View file @
f7e7f6f0
...
...
@@ -36,23 +36,3 @@ endpoint in your configuration file (`/etc/aleksis/aleksis.toml`)::
gzip = true
signature_version = None
file_overwrite = false
MinIO
=====
MinIO can be deployed in a Kubernetes cluster or on bare metal servers. For
more information see https://min.io/.
After you installed your MinIO server you have to create buckets for your
AlekSIS instance. In this example we use the MinIO client so you have to install
mc for your operating system (https://docs.min.io/minio/baremetal/reference/minio-cli/minio-mc.html)::
# Create alias
mc alias set aleksis http://my-minio-server:9000 ACCESS_KEY SECRET_KEY
# Create buckets
mc mb aleksis/aleksis-media
# Make bucket available
mc policy set public aleksis/aleksis-media
For more information please see https://pypi.org/project/django-s3-storage/
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