67 Commits (6b548ae8f34d905e5c0be29b73b1ce231e89ccf4)
 

Author SHA1 Message Date
Baptiste Gelez 6b548ae8f3 Fix many issues with Middleman 5 years ago
Baptiste Gelez 3c1f93efd2 Move the docs to a middleman website 5 years ago
Trinity Pointard 0868c71d65 Make plm search use cwd if no directory is given and update doc 5 years ago
Trinity Pointard 43a0e233d1 Update debian installation doc
fix #305
Update debian installation doc
Remove need for libpq when compiling with sqlite backend
Remove some unneaded features of multipart to speed up compilation
6 years ago
Aaron W. Swenson 8245eb2ba8 Correct Gentoo emerge instructions (#311)
Emerge doesn't care what order the packages are given; it'll figure out the correct build order and pull in the proper dependencies. Adding the -u switch will only perform the emerge if the package is not yet installed or needs to be updated. This avoids wasting time performing an emerge on something that has already been emerged.

While harmless, it is unnecessary to explicitly include eselect-postgresql in the list as the dev-db/postgresql ebuilds declare it as a dependency. There is no "sqlite3" or "libsqlite3-dev" ebuilds, so that command would fail.
6 years ago
Baptiste Gelez c9a63e72da Fix the path of the media directory for Docker setups 6 years ago
Baptiste Gelez 56ef585d45 Nginx docs: add 'unsafe-inline' to CSP header (to allow avatars to be loaded) 6 years ago
fdb-hiroshima cbf4e1a331 Use the full URL to refer to the Apps API
Co-Authored-By: BaptisteGelez <baptiste@gelez.xyz>
6 years ago
Baptiste Gelez 8d87bbeb97 Document API authentication and apps API 6 years ago
fdb-hiroshima 98cb942b18 Fix typos
Remove line breaks where not needed
6 years ago
Baptiste Gelez 920435ddb9 Fix the NodeInfo example
Forgot to change that when I copy/pasted it from the source
code.
6 years ago
Baptiste Gelez 6b0df8bb19 Add documentation for our ActivityPub implementation
Fixes #262
6 years ago
maximesrd 20676ab690 Added startup script for openrc 6 years ago
Baptiste Gelez 7b73aea780 Merge pull request #288 from maximesrd/patch-7
Adding MIGRATION_DIRECTORY
6 years ago
maximesrd 25e7d5cffe Adding MIGRATION_DIRECTORY 6 years ago
maximesrd 063ba7a16b Variable name error 6 years ago
PhieF 154e45c8b9 Apache config wasn't working
SSLStaplingCache needs to be outside of VirtualHost and adding missing </Directory>
6 years ago
Bat f1d49ca530 Database setup in Docker install instructions 6 years ago
Bat e6fa03710f Fix MIGRATION_DIR for Docker 6 years ago
Bat 8a82afa934 Save medias in static/media
Fixes #272
6 years ago
Harald Wagener fe944ab69f Add caddyserver example configuration
Add caddyserver example configuration
6 years ago
Bat d7a93cfaf6 Add links to API.md and CLI.md on the docs homepage 6 years ago
Baptiste Gelez 79901de19d Merge pull request #266 from Plume-org/cc-by-sa
Change default license to CC-BY-SA
6 years ago
Bat 819eeba7c2 Replace DB_URL with DATABASE_URL
This way it is shared with diesel, which simplifies a lot the setup

Also fixes a few issues in the documentation, that are not directly related
6 years ago
Bat 5517a0e9c7 Change default license to CC-BY-SA
Fixes #258
6 years ago
Bat 119ce832d7 Document --features 6 years ago
Bat 1d8e14c95f Rephrase Mac OS dependencies installation 6 years ago
Bat b0f54a7f8b Docs: correct dependencies for SQlite 6 years ago
maximesrd 9a649e904c Missing dependencies
sqlite was missing, which caused the compilation to fail, even if the database used is postgresql
6 years ago
Bat c32992ac9c Update docs for SQlite 6 years ago
Bat 89f13aebb8 Update installation and update docs with the new plm tool
Also updates the Docker files
6 years ago
Bat 51d3441719 Document new command-line tools 6 years ago
Baptiste Gelez 6aa71eea10 Merge pull request #248 from maximesrd/patch-4
Bad commands in the update guide
6 years ago
maximesrd 143068bd97 Update UPDATE.md 6 years ago
Baptiste Gelez c32be5a043 Merge pull request #245 from Plume-org/rest-api
Some API endpoints for articles
6 years ago
maximesrd a8f6bdbc25 Update UPDATE.md 6 years ago
maximesrd 0ae85d3ca0 Update UPDATE.md 6 years ago
maximesrd 8403d16a49 Bad commands 6 years ago
OpenAlgeria e5e223fbfb Update INSTALL.md 6 years ago
Trinity Pointard 0424bcad24 Update recommended nginx config
Update recommended nginx config to allow iframes
close #234
6 years ago
Bat 0fe09aa742 Add canapi and try to use for the API 6 years ago
Baptiste Gelez 776448c640 Replace plume by DATABASE_NAME in the docs
To make it clearer you can have multiple Plume instances/databases on the same server, and that this part of the URL may change too.
6 years ago
Igor Galić 510e668b3d fix comment in docker.sample.env
docker's sample .env file under docs/ which contains the wrong command
to generate a rocket secret_key
6 years ago
Benjamin Bouvier f2c35046bc Update markup and use more idiomatic English 6 years ago
Kedoia 06e66dfcf4 Update INSTALL.md
fix listen IPv4/IPv6 on Nginx config
6 years ago
Bat 60f1c9c531 Document env vars 6 years ago
Baptiste Gelez ffa8d37d19 Merge pull request #194 from EliotBerriot/docker-install
Sample compose file and Dockerfile for deployment
6 years ago
Eliot Berriot aaee14f518 Sample compose file and Dockerfile for deployment 6 years ago
maximesrd bbf0578e6b Update INSTALL.md
Fixing #191
6 years ago
Bat fab869f08d Docs: mkdir media 6 years ago