• Joined on 2023-04-21
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 created pull request coop-cloud/outline#16 2023-06-20 11:03:59 +00:00
Add SMTP support
iexos opened issue toolshed/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 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 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 created pull request coop-cloud/outline#15 2023-06-15 14:18:11 +00:00
Update to postgres 15 and run pg_upgrade automatically
iexos pushed to main at coop-cloud/outline 2023-06-14 16:42:27 +00:00
53e4d82aa3 chore: publish 0.8.0+0.69.2 release
iexos pushed tag 0.8.0+0.69.2 to coop-cloud/outline 2023-06-14 16:40:11 +00:00
iexos opened issue coop-cloud/outline#14 2023-06-11 10:24:03 +00:00
add integrated minio
iexos opened issue toolshed/docs.coopcloud.tech#177 2023-06-07 14:16:21 +00:00
Links without .html don't work anymore
iexos created pull request coop-cloud/mediawiki#32 2023-05-26 15:33:17 +00:00
remove parsoid image
iexos opened issue toolshed/organising#450 2023-05-23 09:59:24 +00:00
Docs missing how to upgrade app for recipes published by others
iexos commented on issue coop-cloud/outline#12 2023-05-11 12:54:19 +00:00
SECRET_KEY is generated with incorrect length

SECRET_KEY has to be in hex format, i.e. like openssl rand -hex 32. Can abra do that?

iexos commented on issue coop-cloud/outline#12 2023-05-10 21:34:35 +00:00
SECRET_KEY is generated with incorrect length

Yes i did remove and regenerate with different key sizes, and also completely removed the app. Just tried now again:

> abra app run <domain> app cat /run/secrets/secret_key 
iexos commented on issue coop-cloud/outline#12 2023-05-10 10:34:06 +00:00
SECRET_KEY is generated with incorrect length

Changing secret_key to length 32 doesn't solve the problem for me, I still get the exact same error msg. I also tried length=16, then I got:

{"level":"warn","message":"- SECRET_KEY's byte…