Koneko Toujou EpicKitty
EpicKitty created pull request AkkomaGang/akkoma#634 2023-08-21 21:50:55 +00:00
Add shm_size to the Database container
EpicKitty pushed to develop at EpicKitty/akkoma 2023-08-21 21:50:12 +00:00
1b9edcba64 Add shm_size to the Database container
EpicKitty created repository EpicKitty/akkoma 2023-08-21 21:49:23 +00:00
EpicKitty opened issue FoundKeyGang/FoundKey#381 2023-05-01 13:12:34 +00:00
[Feature Request] Export Layout Settings
EpicKitty opened issue FoundKeyGang/FoundKey#353 2023-03-09 12:57:09 +00:00
Creating a new theme will lock out the theme page
EpicKitty opened issue FoundKeyGang/FoundKey#349 2023-02-24 10:27:15 +00:00
[MFM] Redraw when reacting to an MFM posts causes the contents to change visually.
EpicKitty commented on pull request FoundKeyGang/FoundKey#348 2023-02-24 09:10:14 +00:00
docs: Add Docker install guide

Just simply switching out stop to down would be fine here. Keeping the build process as a seperate command is a nice feature here as you can be rebuilding the Foundkey image whilst the…

EpicKitty commented on pull request FoundKeyGang/FoundKey#348 2023-02-24 00:06:20 +00:00
docs: Add Docker install guide

Wondering if I should move docker-compose.yml to docker-compose.yml.example so that it matches with the docs...

Most projects I come across that have the option to run the service in…

EpicKitty commented on pull request FoundKeyGang/FoundKey#348 2023-02-24 00:02:02 +00:00
docs: Add Docker install guide

docker compose stop will just stop the container instead of removing it. In this case, it will cause docker compose up -d to just restart the stopped container which will still use the previous image, rather than start a new container with the updated image.

EpicKitty suggested changes for FoundKeyGang/FoundKey#348 2023-02-24 00:02:02 +00:00
docs: Add Docker install guide
EpicKitty commented on pull request FoundKeyGang/FoundKey#348 2023-02-23 19:35:03 +00:00
docs: Add Docker install guide

Some changes that need to be changed inside the default.yml when using Docker is setting the database host to db and the redis host to redis so that it uses the internal container network to…