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

59 commits

Author SHA1 Message Date
OniriCorpe
6e1b61e60e updating install and upgrade script with new parameters 2023-08-15 20:29:04 +02:00
OniriCorpe
dbf197f17a config panel: accounts_custom_css_length 2023-07-14 18:10:35 +02:00
OniriCorpe
34211ba683 added parameters related to SMTP configuration 2023-04-10 21:06:14 +02:00
OniriCorpe
fa051c7364 removal of a command that is no longer required 2023-02-26 21:32:40 +01:00
OniriCorpe
cc6618188e reverting all "account_domain" stuff 2023-02-19 00:30:11 +01:00
OniriCorpe
f42720df02 try to debug the IC 2023-02-19 00:05:10 +01:00
OniriCorpe
846f7ae4dc tweaking the main_domain logic 2023-02-18 23:47:41 +01:00
OniriCorpe
68f667abef typo... 2023-02-18 23:14:11 +01:00
OniriCorpe
ee2536ac29 fix a really dumb bug :"3 2023-02-18 22:54:39 +01:00
OniriCorpe
8f41f602b0 more "account_domain" stuff 2023-02-18 22:26:39 +01:00
OniriCorpe
e6b7e3cbcc typo 2023-02-18 22:04:01 +01:00
OniriCorpe
6450b761e0 Expose 'account-domain' setting at install 2023-02-18 21:48:51 +01:00
OniriCorpe
526c78f3b2 adding & modifying parameters for v0.7.1 2023-02-18 20:20:14 +01:00
OniriCorpe
c28dc8e2b8 adding new config parameters to install and upgrade script 2022-12-17 22:03:18 +01:00
OniriCorpe
8b6cf84ddb add new version settings 2022-09-28 16:39:10 +02:00
OniriCorpe
d51bf6905b
Testing v0.3.8 Spotted Sloth (#38)
* Upgrade to version 0.3.6 (#31)

* Upgrade to v0.3.6

* Auto-update README

* fix checksums

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>

* Upgrade to version 0.3.7 (#34)

* Upgrade to v0.3.7

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* chores v0.3.7

* trad

* fix var name

* fix ynh_app_setting_get for accounts settings

* correction of an omission and moving parametters

* fix missing parametters import

* updating default config according to the latest upstream

* Upgrade to version 0.3.8 (#37)

* Upgrade to v0.3.8

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-07-29 03:33:31 +02:00
OniriCorpe
cea8cb0eb9
Testing v0.3.7 Sneaky Sloth (#35)
* Upgrade to version 0.3.6 (#31)

* Upgrade to v0.3.6

* Auto-update README

* fix checksums

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>

* Upgrade to version 0.3.7 (#34)

* Upgrade to v0.3.7

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* chores v0.3.7

* trad

* fix var name

* fix ynh_app_setting_get for accounts settings

* correction of an omission and moving parametters

* fix missing parametters import

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-07-04 21:00:07 +02:00
Éric Gaspar
5d6f0c06df
Silence warnings (#24) 2022-05-13 16:23:01 +02:00
OniriCorpe
d69f7b019e Revert "Revert "quoting all variables""
This reverts commit 8e6ac9dc1c.
2022-03-28 20:00:13 +02:00
OniriCorpe
a675fa91d3 fix db_user get var 2022-03-28 19:46:55 +02:00
OniriCorpe
8e6ac9dc1c Revert "quoting all variables"
This reverts commit c3b0eda954.
2022-03-28 19:39:53 +02:00
OniriCorpe
e72b255976 fix db-user: "" 2022-03-28 19:26:55 +02:00
OniriCorpe
c3b0eda954 quoting all variables 2022-03-28 19:11:14 +02:00
OniriCorpe
837743990c edited client_max_body_size from 50M to 100M 2022-03-27 22:46:21 +02:00
OniriCorpe
34b1f1f2b1 small move of variable declaration for consistency of arrangement 2022-03-27 18:39:46 +02:00
OniriCorpe
0d98cb44f2 typo 2022-03-27 18:24:28 +02:00
OniriCorpe
37c70c78ac fix www-data 2022-03-27 18:14:04 +02:00
OniriCorpe
0e8dc7116a sigh... fix all "-" which have been replaced by a "_" 2022-03-26 17:44:50 +01:00
OniriCorpe
0de668e65b added convert_bool function to fix bools in the config file & vars fix 2022-03-26 04:56:16 +01:00
OniriCorpe
4eb94b6b5b Merge branch 'config_panel' of https://github.com/OniriCorpe/gotosocial_ynh into config_panel 2022-03-26 00:52:22 +01:00
OniriCorpe
131ebd9fd7 cleaning 2022-03-26 00:52:16 +01:00
OniriCorpe
91459b98e8
Merge branch 'testing' into config_panel 2022-03-26 00:51:48 +01:00
OniriCorpe
8f51eab15b scripts cleaning 2022-03-26 00:50:48 +01:00
OniriCorpe
709eb9054a added all configuration parameters 2022-03-26 00:43:51 +01:00
OniriCorpe
da5467a96d added config panel 2022-03-26 00:21:52 +01:00
emy
af8e95e0be ah no, that's the correct thing for functions 2022-03-17 06:18:30 +01:00
emy
539d7883b9 removed $ before function 2022-03-17 06:05:09 +01:00
OniriCorpe
3d0154a69f comments updated 2022-03-15 22:51:56 +01:00
OniriCorpe
6f37e451dc "ynh_" removed to avoid ambiguity 2022-03-15 22:50:47 +01:00
OniriCorpe
3e32fb100c attempt to detect armv6 and armv7 2022-03-15 22:47:43 +01:00
OniriCorpe
70b84ab975 can I think? 2022-03-15 02:47:00 +01:00
OniriCorpe
dbf381f42d fix var name 2022-03-15 02:29:06 +01:00
OniriCorpe
8e8891c23e reorganize settings arguments 2022-03-15 02:14:16 +01:00
OniriCorpe
5d6f34d50c some cleaning 2022-03-14 19:56:05 +01:00
OniriCorpe
5ea4f87b59 setting up ynh_print_info --weight 2022-03-14 03:07:20 +01:00
OniriCorpe
38b8e9927a removed is_public setting 2022-03-14 02:52:17 +01:00
OniriCorpe
7a8815d44a this apps will always be public 2022-03-14 02:50:45 +01:00
OniriCorpe
be2dbbc8cf creating the admin user before starting the service 2022-03-14 01:40:29 +01:00
OniriCorpe
cc4c35b183 fix is_public variable 2022-03-14 00:44:51 +01:00
OniriCorpe
11734b787a removed fail2ban 2022-03-14 00:38:27 +01:00