Commit graph

15719 commits

Author SHA1 Message Date
6e06308354 fix setup script 2024-06-04 10:16:58 +01:00
44a5d0507b i baka 2024-06-01 10:56:46 +01:00
e8b7ab5e1e mount entire config directory 2024-06-01 10:56:16 +01:00
f5409783b6 let the compose file handle mounts 2024-06-01 10:54:48 +01:00
616c9878a5 don't chmod 2024-06-01 10:53:41 +01:00
1c06f6de29 use z flag 2024-06-01 10:52:19 +01:00
5e0c61fa8f fix setup script 2024-06-01 10:43:34 +01:00
863630eb73 don't set config file in dockerfile 2024-06-01 10:06:06 +01:00
cb678e8659 only build amd64 for now 2024-06-01 09:31:17 +01:00
4450f7463b add assistive flags for docker 2024-06-01 09:11:02 +01:00
2f1569b931 use standard user 2024-06-01 08:29:44 +01:00
06dbb96b28 Merge branch 'develop' into customizable-docker-db 2024-06-01 08:25:59 +01:00
778b213945 enqueue pin fetches after changeset validation 2024-06-01 08:25:35 +01:00
8f97c15b07 Merge pull request 'Preserve Meilisearch’s result ranking' (#772) from Oneric/akkoma:search-meili-order into develop
Reviewed-on: AkkomaGang/akkoma#772
2024-05-31 14:12:05 +00:00
3af0c53a86 use proper workers for fetching pins instead of an ad-hoc task (#788)
Reviewed-on: AkkomaGang/akkoma#788
Co-authored-by: Floatingghost <hannah@coffee-and-dreams.uk>
Co-committed-by: Floatingghost <hannah@coffee-and-dreams.uk>
2024-05-31 08:58:52 +00:00
fc7e07f424 meilisearch: enable using search_key
Using only the admin key works as well currently
and Akkoma needs to know the admin key to be able
to add new entries etc. However the Meilisearch
key descriptions suggest the admin key is not
supposed to be used for searches, so let’s not.

For compatibility with existings configs, search_key remains optional.
2024-05-29 23:17:27 +00:00
59685e25d2 meilisearch: show keys by name not description
This makes show-key’s output match our documentation as of Meilisearch
1.8.0-8-g4d5971f343c00d45c11ef0cfb6f61e83a8508208. Since I’m not sure
if older versions maybe only provided description, it will fallback to
the latter if no name parameter exists.
2024-05-29 23:17:27 +00:00
65aeaefa41 meilisearch: respect meili’s result ranking
Meilisearch is already configured to return results sorted by a
particular ranking configured in the meilisearch CLI task.
Resorting the returned top results by date partially negates this and
runs counter to what someone with tweaked settings expects.

Issue and fix identified by AdamK2003 in
AkkomaGang/akkoma#579
But instead of using a O(n^2) resorting, this commit directly
retrieves results in the correct order from the database.

Closes: AkkomaGang/akkoma#579
2024-05-29 23:17:27 +00:00
5d6cb6a459 meilisearch: remove duplicate preload 2024-05-29 23:17:27 +00:00
7522735b2a support aarch64 in docker 2024-05-29 06:24:30 +01:00
5e3c58ae79 crie 2024-05-29 06:23:17 +01:00
212686ae9f use proper commands 2024-05-29 06:15:01 +01:00
bf90bc0c17 use next tag 2024-05-29 06:13:46 +01:00
c38555de5c don't require RPC 2024-05-29 06:12:23 +01:00
f2d59a2922 manage should use ctl 2024-05-29 06:11:03 +01:00
c777a97f60 remove now-unused files 2024-05-29 06:10:20 +01:00
0a7b074508 bind instance and uploads volumes 2024-05-29 06:07:35 +01:00
df40ab6831 use real db user 2024-05-29 06:02:20 +01:00
f3c2aae62b mount config file in the right place 2024-05-29 05:36:52 +01:00
9e480ab73e add config volume 2024-05-29 05:33:39 +01:00
770913f9aa update pg version to 16 2024-05-29 05:31:34 +01:00
8f8c7c76dc correct migration script 2024-05-29 05:30:54 +01:00
995225b783 use alpine containers 2024-05-29 05:20:20 +01:00
38d93a0f97 add script to migrate postgres versions 2024-05-29 05:19:46 +01:00
a2dfab971d add shm_size in overrides 2024-05-29 05:01:18 +01:00
2b6c5c94f9 add docker-compose file to tune database 2024-05-29 05:00:33 +01:00
23c7271f05 am i baka? maybe 2024-05-28 12:23:13 +01:00
5fc47d4b80 i am a moron 2024-05-28 12:15:10 +01:00
23da9903d5 add test docker build 2024-05-28 12:12:38 +01:00
8afc3bee7a Merge pull request 'Use /var/tmp for media cache path' (#776) from norm/akkoma:nginx-var-tmp into develop
Reviewed-on: AkkomaGang/akkoma#776
Reviewed-by: floatingghost <hannah@coffee-and-dreams.uk>
2024-05-28 02:05:17 +00:00
72871d4514 Merge pull request 'Drop unused indices' (#767) from Oneric/akkoma:purge-unused-indices into develop
Reviewed-on: AkkomaGang/akkoma#767
2024-05-28 01:35:18 +00:00
72af38c0e9 Merge pull request 'migrate CI config to v2' (#785) from woodpecker-v2 into develop
Reviewed-on: AkkomaGang/akkoma#785
2024-05-27 03:32:40 +00:00
ae19fd90c9 use elixir 1.16 for format checks 2024-05-27 04:07:44 +01:00
66b3248dd3 mix tests probably shouldn't be async 2024-05-27 04:03:13 +01:00
73ead8656a don't allow emoji formatter to be async 2024-05-27 03:25:18 +01:00
f32a7fd76a arch is aarch64 now 2024-05-27 03:02:02 +01:00
4078fd655c migrate CI config to v2 2024-05-27 02:56:05 +01:00
5bdef8c724 Merge pull request 'Allow for attachment to be a single object in user data' (#783) from single-attachment into develop
Reviewed-on: AkkomaGang/akkoma#783
2024-05-27 01:44:53 +00:00
cdc918c8f1 Merge pull request 'Document AP and nodeinfo extensions' (#778) from Oneric/akkoma:doc_ap-extensions into develop
Reviewed-on: AkkomaGang/akkoma#778
2024-05-27 01:34:58 +00:00
f15eded3e1 Add extra test case for nonsense field, increase timeouts 2024-05-27 02:09:48 +01:00