• Joined on 2023-04-21
iexos created pull request coop-cloud/mediawiki#35 2023-06-28 16:23:31 +00:00
Make language configurable
iexos created branch add-lang-conf in iexos/mediawiki 2023-06-28 16:22:29 +00:00
iexos pushed to add-lang-conf at iexos/mediawiki 2023-06-28 16:22:29 +00:00
5159ed1b36 enable choice of language
260dd4d7f3 chore: publish 2.3.0+1.39.3 release
57cf8db271 Merge pull request 'Add support for SemanticMediaWiki, MobileFrontend, MsUpload, PageForms, PageSchemas, WikiMarkdown, Tweeki' (#31) from flancian/wiki.social.coop:main into main
0c50c3398f Use tabs ;)
e2ca6b6df4 Add MobileFrontend support and fix issues spotted during PR review :D
Compare 10 commits »
iexos commented on pull request coop-cloud/mediawiki#34 2023-06-26 17:28:09 +00:00
Fix new deployments?

Works for me, thank you :)

iexos opened issue coop-cloud/mediawiki#33 2023-06-25 10:50:12 +00:00
Fresh install broken @ 2.3.0+1.39.3
iexos commented on issue coop-cloud/outline#14 2023-06-23 17:03:47 +00:00
add integrated minio

I don't see any ACL options for fake-s3. The bucket should be rw to outline, and only public/ path should be world-readable. So i figure it needs to be exposed somehow, wondering if that could…

iexos deleted branch smtp-new from iexos/outline 2023-06-23 11:20:16 +00:00
iexos created pull request coop-cloud/outline#16 2023-06-20 11:03:59 +00:00
Add SMTP support
iexos created branch smtp-new in iexos/outline 2023-06-20 11:00:55 +00:00
iexos pushed to smtp-new at iexos/outline 2023-06-20 11:00:55 +00:00
277a5d2343 add smtp support
56be9efd22 chore: publish 0.9.0+0.69.2 release
7d2f35277b Merge pull request 'Update to postgres 15 and run pg_upgrade automatically' (#15) from iexos/outline:pg15 into main
53913b92cd pg_upgrade: catch intentionally failing cmd
e0cc0ff9af make pg upgrade more safe
Compare 7 commits »
iexos opened issue coop-cloud/organising#455 2023-06-20 10:28:35 +00:00
Clarify 0.x.x versioning
iexos pushed tag 0.9.0+0.69.2 to coop-cloud/outline 2023-06-19 11:37:07 +00:00
iexos pushed to main at coop-cloud/outline 2023-06-19 11:37:06 +00:00
56be9efd22 chore: publish 0.9.0+0.69.2 release
iexos deleted branch pg15 from iexos/outline 2023-06-19 11:32:48 +00:00
iexos pushed to main at coop-cloud/outline 2023-06-19 11:32:43 +00:00
7d2f35277b Merge pull request 'Update to postgres 15 and run pg_upgrade automatically' (#15) from iexos/outline:pg15 into main
53913b92cd pg_upgrade: catch intentionally failing cmd
e0cc0ff9af make pg upgrade more safe
5e3e8a655b use postgres 15 and add entrypoint.sh for pg_upgrade
Compare 4 commits »
iexos merged pull request coop-cloud/outline#15 2023-06-19 11:32:40 +00:00
Update to postgres 15 and run pg_upgrade automatically
iexos pushed to pg15 at iexos/outline 2023-06-18 21:04:07 +00:00
53913b92cd pg_upgrade: catch intentionally failing cmd
iexos commented on pull request coop-cloud/outline#15 2023-06-15 17:02:58 +00:00
Update to postgres 15 and run pg_upgrade automatically

gosu is used in the vendor docker-entrypoint.sh. Its not portable to -alpine, but wouldn't be with apt-install either

iexos commented on pull request coop-cloud/outline#15 2023-06-15 17:00:36 +00:00
Update to postgres 15 and run pg_upgrade automatically

I don't know in which state the migration did not complete, its just a safety mechanism to stop interrupted migrations that are in an unclear state. With restore I mean to restore the hopefully…

iexos pushed to pg15 at iexos/outline 2023-06-15 16:54:02 +00:00
e0cc0ff9af make pg upgrade more safe