Commit graph

61 commits

Author SHA1 Message Date
Baptiste Gelez
8e8aae17b1 Nginx docs: add 'unsafe-inline' to CSP header (to allow avatars to be loaded) 2018-10-31 14:56:17 +01:00
fdb-hiroshima
9784d754b2 Use the full URL to refer to the Apps API
Co-Authored-By: BaptisteGelez <baptiste@gelez.xyz>
2018-10-30 18:13:49 +01:00
Baptiste Gelez
cd4ae5b7f5 Document API authentication and apps API 2018-10-30 18:13:49 +01:00
fdb-hiroshima
83d6da29a5 Fix typos
Remove line breaks where not needed
2018-10-29 20:31:25 +01:00
Baptiste Gelez
1a2de6c88f Fix the NodeInfo example
Forgot to change that when I copy/pasted it from the source
code.
2018-10-29 20:31:25 +01:00
Baptiste Gelez
175a9edb77 Add documentation for our ActivityPub implementation
Fixes #262
2018-10-29 20:31:25 +01:00
maximesrd
ae4c7e559c
Added startup script for openrc 2018-10-29 12:39:14 +01:00
Baptiste Gelez
b28c1a7568
Merge pull request #288 from maximesrd/patch-7
Adding MIGRATION_DIRECTORY
2018-10-22 19:24:20 +01:00
maximesrd
15eac79123
Adding MIGRATION_DIRECTORY 2018-10-22 20:17:27 +02:00
maximesrd
bbcea45e4b
Variable name error 2018-10-22 20:13:15 +02:00
PhieF
ca19747d2b
Apache config wasn't working
SSLStaplingCache needs to be outside of VirtualHost and adding missing </Directory>
2018-10-18 14:49:53 +02:00
Bat
dde4583fd3 Database setup in Docker install instructions 2018-10-12 20:41:05 +01:00
Bat
ab20fec147 Fix MIGRATION_DIR for Docker 2018-10-12 20:38:54 +01:00
Bat
14969d489c Save medias in static/media
Fixes #272
2018-10-12 20:32:34 +01:00
Harald Wagener
5e248cc99f
Add caddyserver example configuration
Add caddyserver example configuration
2018-10-12 20:50:41 +02:00
Bat
d77d064a85 Add links to API.md and CLI.md on the docs homepage 2018-10-09 21:39:30 +01:00
Baptiste Gelez
0469b8dae2
Merge pull request #266 from Plume-org/cc-by-sa
Change default license to CC-BY-SA
2018-10-07 21:28:43 +01:00
Bat
9cc795d8be 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
2018-10-07 11:00:50 +01:00
Bat
387efbf3e9 Change default license to CC-BY-SA
Fixes #258
2018-10-06 18:19:45 +01:00
Bat
f60f427358 Document --features 2018-10-06 16:39:33 +01:00
Bat
a0920eb6cf Rephrase Mac OS dependencies installation 2018-10-06 16:35:39 +01:00
Bat
b09360b270 Docs: correct dependencies for SQlite 2018-10-06 16:34:09 +01:00
maximesrd
65900af763
Missing dependencies
sqlite was missing, which caused the compilation to fail, even if the database used is postgresql
2018-10-06 17:12:30 +02:00
Bat
f84fb47fe7 Update docs for SQlite 2018-10-06 16:06:50 +01:00
Bat
caa4c38948 Update installation and update docs with the new plm tool
Also updates the Docker files
2018-10-06 12:19:48 +01:00
Bat
d0d1210e21 Document new command-line tools 2018-10-06 12:19:48 +01:00
Baptiste Gelez
05f3ecabd6
Merge pull request #248 from maximesrd/patch-4
Bad commands in the update guide
2018-09-29 17:03:33 +01:00
maximesrd
a1530791ef
Update UPDATE.md 2018-09-29 18:00:48 +02:00
Baptiste Gelez
236cf14406
Merge pull request #245 from Plume-org/rest-api
Some API endpoints for articles
2018-09-29 16:33:31 +01:00
maximesrd
3b288c2dad
Update UPDATE.md 2018-09-29 15:34:59 +02:00
maximesrd
b97b0233da
Update UPDATE.md 2018-09-29 15:34:29 +02:00
maximesrd
db4c939be8
Bad commands 2018-09-29 15:02:17 +02:00
OpenAlgeria
5d21e26406
Update INSTALL.md 2018-09-20 15:21:32 +02:00
Trinity Pointard
f0fb030c7f Update recommended nginx config
Update recommended nginx config to allow iframes
close #234
2018-09-19 18:18:39 +02:00
Bat
1500267125 Add canapi and try to use for the API 2018-09-19 15:49:34 +01:00
Baptiste Gelez
2bc6052a35
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.
2018-09-18 21:40:20 +01:00
Igor Galić
dfc76757bb
fix comment in docker.sample.env
docker's sample .env file under docs/ which contains the wrong command
to generate a rocket secret_key
2018-09-13 17:18:25 +02:00
Benjamin Bouvier
592ed570b7
Update markup and use more idiomatic English 2018-09-10 13:22:23 +02:00
Kedoia
e486a29d64
Update INSTALL.md
fix listen IPv4/IPv6 on Nginx config
2018-09-08 10:02:56 +02:00
Bat
adcfd88471 Document env vars 2018-09-04 18:51:08 +01:00
Baptiste Gelez
e12d3fdc2f
Merge pull request #194 from EliotBerriot/docker-install
Sample compose file and Dockerfile for deployment
2018-09-04 08:45:50 +01:00
Eliot Berriot
e5cdb2869f
Sample compose file and Dockerfile for deployment 2018-09-04 00:32:47 +02:00
maximesrd
4e3c0b2553
Update INSTALL.md
Fixing #191
2018-09-03 23:37:51 +02:00
Bat
e279ac734a Docs: mkdir media 2018-09-03 13:17:42 +01:00
maximesrd
e5ade7d659
Update INSTALL.md
adding packages to install for other distributions
2018-09-02 18:01:36 +02:00
maximesrd
8b1130f0dd
Update INSTALL.md
correction of two errors: about openssl library and deletion omission
2018-09-02 17:57:18 +02:00
maximesrd
25a1ef09ee
Update INSTALL.md
Missing dependencies to compile Plume
2018-09-02 17:43:20 +02:00
maximesrd
726b4e25fd
Update INSTALL.md
Rewriting of sysvinit script to make it works properly
2018-09-02 17:25:28 +02:00
Bat
2c33e1612d Docs: add some details about installation 2018-09-02 12:13:17 +01:00
Bat
5af9af60f4 Docs: Add SysVinit snippet
And small fixes
2018-09-02 00:35:30 +01:00