aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/production.md
Commit message (Collapse)AuthorAgeFilesLines
* Fill documentation with required secret confChocobozzz2022-10-101-2/+8
|
* Update docChocobozzz2022-09-281-1/+1
| | | | We use IMPORTANT NOTES instead of BREAKING CHANGES now
* Remove redundant sectionChocobozzz2022-07-201-6/+0
|
* Ensure peertube root directory is setup to be traversed by nginx (#5028)J Webb2022-06-211-0/+6
| | | | | | | | | | | | | * Update production.md On Ubuntu 22.04, the dir `/var/www/peertube` is restricted to user peertube & group peertube. This causes issues with many of the subsequent sudo commands, and also results in white-screen on initial visit to the site due to JS files not being accessible. This PR loosens those requirements, but maybe would be better if nginx is just added to peertube group? This is my first time installing PeertTube, so I'll defer to someone with more knowledge of this framework to vet the approach here. * Set specific mode on peertube root directory * Minor fixup * Prefer ls instead of chmod to check directory Co-authored-by: Chocobozzz <me@florianbigard.com>
* Implement 5036: more readable diff on configuration file when upgrading.John Livingston2022-06-131-0/+9
|
* Add nginx update to changelogChocobozzz2022-05-241-3/+3
|
* Add info about admin username in docChocobozzz2022-03-081-1/+1
|
* https://builds.joinpeertube.org/releaseChocobozzz2021-12-161-3/+11
|
* Improve production guideChocobozzz2021-12-081-57/+57
| | | | | Add syntax highlighting Add emoji on section titles to better differenciate each section
* Add restart peertube info in upgrade docChocobozzz2021-09-091-0/+1
|
* cd /var/www/peertube in prod guideChocobozzz2021-05-251-0/+1
| | | | Avoid running db creation in /root directory
* fix FAQ link in production guideRigel Kent2021-05-011-1/+1
|
* Set permissions in production.mdChocobozzz2021-04-271-0/+1
|
* Doc rewordChocobozzz2021-03-041-3/+2
|
* postgres creatuser password commentphilippe lhardy2021-03-041-0/+7
| | | user experience, usualy way is to hit enter whern no indication is given, so make it explicit.
* unzip silently on production guidePedro hates github.com2021-03-031-1/+1
|
* Remove link to nginx tuningChocobozzz2021-02-231-2/+0
| | | | It's not the purpose of this guide, try to not disperse
* Update production.mdG4dter2021-02-081-0/+1
|
* Update production.mdG4dter2021-02-081-1/+1
|
* Try to improve install docChocobozzz2021-01-111-9/+21
|
* Auto upgrade not only for minor versionsChocobozzz2021-01-071-1/+1
|
* Use 127.0.0.1 for nginx proxy in prod docChocobozzz2021-01-071-1/+1
| | | | Because localhost could also target ipv6
* Use new doc linksChocobozzz2021-01-051-1/+1
|
* Add config.yaml copy info in docChocobozzz2021-01-041-2/+9
|
* Remove references to peertube-admin mailing listChocobozzz2020-12-151-1/+0
|
* add info about hostname change (#3434)kontrollanten2020-12-111-1/+1
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* remove nginx fd caching, add module requirementsRigel Kent2020-11-181-0/+2
|
* Add nginx behind traefik in docker-compose + image updatesRigel Kent2020-11-111-1/+2
| | | | | | | | | | | - support/docker/production/docker-compose.yml: addition of a nginx image reusing support/nginx/peertube nginx conf to improve performance, and lessen setup differences between the docker-compose install and the typical production install. - support/docker/production/docker-compose.yml: postgres 10 -> postgres 12, redis 4 -> redis 5. Postgres major updates implies manual upgrade. - support/nginx/peertube: HTTP -> HTTPS redirection is now commented by default, to allow its reuse in support/docker/production/docker-compose.yml.
* production.md - typo (#3169)Steffen Möller2020-09-211-1/+1
| | | | | | | * production.md - typo * production.md: URL update to https://instances.joinpeertube.org In reaction to comment in pull request.
* Clearer install guide for serviceChocobozzz2020-08-261-1/+1
|
* Fix certbot sectionChocobozzz2020-08-141-6/+4
|
* Force utf8 when creating the databaseChocobozzz2020-01-291-1/+1
|
* Replace `peertube.example.com` with user's Peertube domain. (#2356)ManMade-cube422019-12-301-0/+7
| | | | | | | | | | * Add Sed * Update production.md * Minor Fix (+ add sudo) * Update production.md
* Add/update OpenRC service script (#2012)Wirebrass2019-08-131-0/+21
| | | | | | | | | | | * Update APP_DIR and CONFIG_DIR APP_DIR is now in /var/www/peertube/peertube-latest (symbolic link). CONFIG_DIR is now in /var/www/peertube/config * Add OpenRC service script Tested on Gentoo Linux.
* Add way to set root password by environment.Axel Viala2019-05-161-0/+3
| | | | | Add a condition test to pass by environment a predetermined root password for setting up.
* Add CLI tools doc link in production.mdChocobozzz2019-02-211-0/+1
|
* Improve FreeBSD setup instructionsMateusz Piotrowski2018-11-211-3/+2
| | | | | Use install(1) instead of cp(1) and chmod(1) to install the service file. Also, use sysrc(8) to enable the PeerTube service in rc.conf(5).
* Suggest TCP/IP tuning to prevent buffer bloat + latency (#976)Micah Elizabeth Scott2018-08-281-0/+13
| | | | | | | | * Suggest TCP/IP CoDel and BBR congestion control in production guide This seems to be helping lots on my server, where the default (Debian 9) was to use FIFO queueing which would cause buffer bloat and huge latency for clients on slower network links.
* Reduce FreeBSD title sizeChocobozzz2018-08-211-3/+2
|
* fix pg_restore command for post-migrationsJosh Morel2018-07-301-3/+3
| | | | also avoid peertube db login for pg_dump command
* Improve production warningChocobozzz2018-07-241-1/+2
|
* Begin advanced searchChocobozzz2018-07-241-1/+8
|
* Correcting documentation to be more precise about CentOS 7Rigel Kent2018-07-161-6/+0
|
* Update doc for CentOS 7 devtoolset-7Pierre-Alain TORET2018-06-181-2/+2
| | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Add note in upgrade guide for nginx/systemdChocobozzz2018-06-141-3/+38
|
* Update sudo command for yarn during upgradeKody2018-06-071-2/+2
|
* Improve production guide formatChocobozzz2018-05-291-2/+2
|
* Update production.mdDavid Libeau2018-05-291-0/+2
|
* Bold dependencies part in production guideChocobozzz2018-04-241-2/+2
|
* Add what now section to production guideChocobozzz2018-04-061-1/+6
|