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
94194d4f
Verified
Commit
94194d4f
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
[Docs] Extend storage docs
parent
d8ae1636
Loading
Loading
1 merge request
!898
Re-merge handbook
Pipeline
#49524
canceled
3 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/admin/06_storage.rst
+21
-1
21 additions, 1 deletion
docs/admin/06_storage.rst
with
21 additions
and
1 deletion
docs/admin/06_storage.rst
+
21
−
1
View file @
94194d4f
Storage
=======
AlekSIS needs a writable storage, both for media files (pictures,
generated PDF files, and the like), and to store generated frontend
assets like the themed CSS stylesheet.
.. note::
Everything except this media storage can be mounted and used
entirely read-only, i.e. to keep the AlekSIS installation immutable.
Local filesystem storage
------------------------
By default, the media storage resides in the local filesystem, in the
location defined in the ``static.root`` configuration key.
.. warning::
Do not expose the media storage directly through a webserver.
AlekSIS uses a specially protected storage framework that
employs cryptographic tokens to protect user data from URL
guessing.
Amazon S3 (or other S#-compatible storage)
------------------------------------------
AlekSIS allows you to configure an Amazon S3 endpoint for
static and
media
AlekSIS allows you to configure an Amazon S3 endpoint for media
files. This is useful e.g. for loadbalancing with multiple AlekSIS
instances.
...
...
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