1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
Commit graph

29 commits

Author SHA1 Message Date
lapineige
d5eab05ab8
Remove the upgrade warning by default 2024-02-16 17:26:53 +01:00
lapineige
6efad0c59c
Add video P2P
https://github.com/pixelfed/pixelfed/pull/4713
2024-02-10 15:58:20 +01:00
themancalledjakob
f09acc20ad
Fix mail sendmail (#230)
* Testing : patch install permissions (#226)

* v2

* v2

* Create tests.toml

* Auto-update README

* fix

* Update _common.sh

* Update install

* Update manifest.toml

* Update manifest.toml

* cleaning

* Auto-update README

* Auto-update README

* Add post edits (from dev branch)

Using lastest commit as most of the previous ones fix edits stuff + bugs
5cfe8cd56a

* bump version

* Auto-update README

* cleaning

* Update manifest.toml

* Auto-update README

* Update ADMIN.md

* Update change_url

* php8.2

* php8.2

* add ressources needed

* php8.2

* update PHP

* post edit formatting fixes

4479055e1e

* v0.11.8

* v0.11.8

* Auto-update README

* Master -> ynh V2 (v0.11.8)

* Auto-update README

* Update .env

* Fix .env + improvements

https://github.com/YunoHost-Apps/pixelfed_ynh/pull/219#issuecomment-1568049256

* Update manifest.toml

* Auto-update README

* Typo

* Patch file access right (fix post 0.11.5 installs)

* Bump version (post v0.11.5 install fixes)

* Auto-update README

* Update extra_php-fpm.conf

Fix #223

* Testing : fix ≥0.11.5 installs (#222) (#225)

* v2

* v2

* Create tests.toml

* Auto-update README

* fix

* Update _common.sh

* Update install

* Update manifest.toml

* Update manifest.toml

* cleaning

* Auto-update README

* Auto-update README

* Add post edits (from dev branch)

Using lastest commit as most of the previous ones fix edits stuff + bugs
5cfe8cd56a

* bump version

* Auto-update README

* cleaning

* Update manifest.toml

* Auto-update README

* Update ADMIN.md

* Update change_url

* php8.2

* php8.2

* add ressources needed

* php8.2

* update PHP

* post edit formatting fixes

4479055e1e

* v0.11.8

* v0.11.8

* Auto-update README

* Master -> ynh V2 (v0.11.8)

* Auto-update README

* Update .env

* Fix .env + improvements

https://github.com/YunoHost-Apps/pixelfed_ynh/pull/219#issuecomment-1568049256

* Update manifest.toml

* Auto-update README

* Typo

* Patch file access right (fix post 0.11.5 installs)

* Bump version (post v0.11.5 install fixes)

* Auto-update README

---------

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>

* Bump version

* Auto-update README

* Fix post-v2 issues

* Patch post v0.11.5 permissions

Why are they not correct by default ?

* Testing : fix images rights in package v2 (#224) (#227)

* v2

* v2

* Create tests.toml

* Auto-update README

* fix

* Update _common.sh

* Update install

* Update manifest.toml

* Update manifest.toml

* cleaning

* Auto-update README

* Auto-update README

* Add post edits (from dev branch)

Using lastest commit as most of the previous ones fix edits stuff + bugs
5cfe8cd56a

* bump version

* Auto-update README

* cleaning

* Update manifest.toml

* Auto-update README

* Update ADMIN.md

* Update change_url

* php8.2

* php8.2

* add ressources needed

* php8.2

* update PHP

* post edit formatting fixes

4479055e1e

* v0.11.8

* v0.11.8

* Auto-update README

* Master -> ynh V2 (v0.11.8)

* Auto-update README

* Update .env

* Fix .env + improvements

https://github.com/YunoHost-Apps/pixelfed_ynh/pull/219#issuecomment-1568049256

* Update manifest.toml

* Auto-update README

* Typo

* Patch file access right (fix post 0.11.5 installs)

* Bump version (post v0.11.5 install fixes)

* Auto-update README

* Update extra_php-fpm.conf

Fix #223

* Testing : fix ≥0.11.5 installs (#222) (#225)

* v2

* v2

* Create tests.toml

* Auto-update README

* fix

* Update _common.sh

* Update install

* Update manifest.toml

* Update manifest.toml

* cleaning

* Auto-update README

* Auto-update README

* Add post edits (from dev branch)

Using lastest commit as most of the previous ones fix edits stuff + bugs
5cfe8cd56a

* bump version

* Auto-update README

* cleaning

* Update manifest.toml

* Auto-update README

* Update ADMIN.md

* Update change_url

* php8.2

* php8.2

* add ressources needed

* php8.2

* update PHP

* post edit formatting fixes

4479055e1e

* v0.11.8

* v0.11.8

* Auto-update README

* Master -> ynh V2 (v0.11.8)

* Auto-update README

* Update .env

* Fix .env + improvements

https://github.com/YunoHost-Apps/pixelfed_ynh/pull/219#issuecomment-1568049256

* Update manifest.toml

* Auto-update README

* Typo

* Patch file access right (fix post 0.11.5 installs)

* Bump version (post v0.11.5 install fixes)

* Auto-update README

---------





* Bump version

* Auto-update README

* Fix post-v2 issues

---------

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>

* Bump version

* Auto-update README

---------

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>

* Update .env

use sendmail for default mail sending, should work out of the box for fresh installs

* patch source

prevent privilege escalation

* patching source

prevent privilege escalation

* patching source

prevent privilege escalation

* Update manifest.toml

Enable authentication on the mail stack for the system user

* Update .env

authentication on the mail stack with app system user

* Fix old email configs

---------

Co-authored-by: lapineige <lapineige@users.noreply.github.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>
2023-08-13 13:23:04 +02:00
lapineige
5c98de0688
Fix .env + improvements
https://github.com/YunoHost-Apps/pixelfed_ynh/pull/219#issuecomment-1568049256
2023-05-30 11:19:13 +02:00
lapineige
cb640d3c62
Remove config cache
Revert c8672ad447
2023-05-04 12:12:51 +02:00
lapineige
c8672ad447
ENABLE_CONFIG_CACHE=1 2023-05-03 20:03:36 +02:00
lapineige
dd3fc2f64a
Remove FILESYSTEM_DRIVER=local
See 573c88d7b5 : this config line as to be removed, it might broke S3 storage.
And #208
2023-04-04 17:29:41 +02:00
lapineige
9ed1441540
Fix redis config
Related discussion #202
2023-03-17 11:50:47 +01:00
ericgaspar
5e9d4aa785
4.3 2021-12-10 11:08:32 +01:00
yalh76
7175b4d1f4 Fix REDIS_CLIENT 2021-02-15 21:57:06 +01:00
yalh76
fc5ebfe29f Upgrade to 0.10.10~ynh1 2021-02-15 19:15:58 +01:00
yalh76
7d3689df6e Update .env 2020-05-27 03:49:42 +02:00
yalh76
df31ffcd8f Update .env 2020-05-26 02:50:06 +02:00
yalh76
d9c517c8f9 Upgrade to 0.10.8 2020-01-30 19:57:30 +01:00
lapineige
66802c204e
Use new federation variables
https://github.com/pixelfed/support/issues/57#issuecomment-544187772

> `REMOTE_FOLLOW` has become `AP_REMOTE_FOLLOW`, and `ACTIVITYPUB_INBOX` has become `AP_INBOX`.
2019-10-19 21:07:48 +02:00
yalh76
fc3a9ac6ef Update .env 2019-10-01 19:54:07 +02:00
yalh76
9acf9226c2 Update .env 2019-07-11 23:27:56 +02:00
yalh76
ad939ba659 Update .env from pixelfed .env.example 2019-07-11 19:30:47 +02:00
yalh76
7dfc184011 Update .env 2019-06-14 22:36:32 +02:00
yalh76
1572ee19d4
Merge pull request #3 from yalh76/testing
Testing
2019-04-11 16:30:37 +02:00
Jean-Baptiste
6ad8156247
Merge branch 'testing' into federation_activation 2019-04-11 15:18:40 +02:00
Jean-Baptiste
0ff83a2148
Merge branch 'testing' into APP_KEY 2019-04-11 15:15:35 +02:00
Jean-Baptiste
8a2cceb959
Merge pull request #28 from yalh76/APP_DEBUG
Disable DEBUG
2019-04-11 15:12:55 +02:00
yalh76
f2e5a39f35 Activate federation 2019-04-10 11:04:23 +02:00
yalh76
77171f7364 deactivate DEBUG 2019-04-10 02:35:33 +02:00
yalh76
96d964838c activate APP_KEY 2019-04-10 02:25:54 +02:00
yalh76
0754e9d668 Update to 0.8.6 2019-04-10 02:10:56 +02:00
yalh76
4e7ec2952f Fix install and removal 2019-03-29 05:56:59 +01:00
Jean-Baptiste Holcroft
4cd7ca2e6b Basic installation 2018-05-27 17:52:03 +02:00