2
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2026-05-12 12:47:17 +02:00
GoToSocial package for YunoHost: an ActivityPub social network server, written in Golang.
Find a file
DeMiro5001 4a06be956a
Testing (#214)
* adds the forgotten expose emojis setting

* upgrade to v0.20.1

* Auto-update READMEs

* Update config_panel.toml (#199)

suspend->blocklist, 1500->5000

Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>

* Add pre_upgrade message for 0.20.1~ynh1

* bump minimal version requirement to upgrade (first codeberg source)

* Update SMTP configuration to use domain variables

* Add SMTP host and port settings

Add SMTP configuration settings for upgrade script.

* Upgrade sources
- `main` v0.20.2: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.20.2
- `nowasm` v0.20.2: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.20.2

* Auto-update READMEs

* [autopatch] Automatic patch to simplify `proxy_pass`/`fastcgi_pass` options in nginx.conf (PLEASE DOUBLE CHECK BEFORE MERGING)

* Upgrade sources
- `main` v0.20.3: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.20.3
- `nowasm` v0.20.3: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.20.3

* Auto-update READMEs

* Upgrade sources
- `main` v0.21.0: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.21.0
- `nowasm` v0.21.0: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.21.0

* Auto-update READMEs

* Upgrade to v0.21.2 (#212)

* Upgrade sources
- `main` v0.21.2: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.21.2
- `nowasm` v0.21.2: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.21.2

* Auto-update READMEs

---------

Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: trendless <1134495+trendless@users.noreply.github.com>
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
2026-04-09 19:39:16 +02:00
.github add codeowners file 2024-05-21 21:41:51 +02:00
conf Testing (#205) 2026-01-28 14:42:34 +01:00
doc Add pre_upgrade message for 0.20.1~ynh1 2025-10-18 22:43:41 +02:00
scripts Testing (#214) 2026-04-09 19:39:16 +02:00
.gitattributes Use .gitattributes to mark READMEs as autogenerated 2025-03-25 01:33:12 +01:00
.gitignore use the new 2.1 helpers & some cleaning (#162) 2024-10-26 21:25:59 +02:00
.shellcheckrc shellcheck config moved to the right place... 2023-12-28 00:09:01 +01:00
config_panel.toml Update config_panel.toml (#199) 2025-10-18 22:43:41 +02:00
LICENSE moving to the "i'm so tired" software license 1.0 2024-01-18 05:28:45 +01:00
manifest.toml Testing (#210) 2026-03-21 13:30:14 +01:00
README.md Testing (#210) 2026-03-21 13:30:14 +01:00
tests.toml bump minimal version requirement to upgrade (first codeberg source) 2025-10-18 22:43:41 +02:00

Logo of GoToSocial GoToSocial, packaged for YunoHost

Fast ActivityPub social network server

🌐 Official app website Version: 0.21.2~ynh1

Screenshots

Screenshot of GoToSocial

📦 Developer info

Automatic tests level

🛠️ Upstream GoToSocial repository: https://codeberg.org/superseriousbusiness/gotosocial

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.