Commit graph

44 commits

Author SHA1 Message Date
naskya f14a5bcb25
chore (minor): update example dev config file 2024-04-28 14:36:32 +09:00
naskya 455ecdf743 Merge branch 'docs/add_dependencies' into 'develop'
docs: add minimum dependencies

Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>

See merge request firefish/firefish!10703
2024-04-21 21:40:34 +00:00
naskya 56aac15a6b
docs (minor): paraphrase a bit 2024-04-22 06:32:07 +09:00
naskya 9b354790c3
dev: keep db/redis data on db.down 2024-03-31 12:14:13 +09:00
naskya a31c342af4
dev: add make psql and make redis-cli to execute psql/redis-cli in database containers 2024-03-23 16:57:52 +09:00
naskya 996610aa2e
dev: port some scripts in package.json to Makefile 2024-03-23 01:39:12 +09:00
老周部落 de4da3c1fd
docs: add minimum dependencies 2024-03-19 22:51:05 +08:00
naskya 293bbe5449
dev: do not gitignore compose file for development environments 2024-03-19 22:54:32 +09:00
naskya dff0cb799c
docs: update documents and config files
Co-authored-by: sup39 <dev@sup39.dev>
2024-03-19 00:21:02 +09:00
老周部落 308c3ff719
fix: not enough for minimum install 2024-03-11 21:14:44 +08:00
老周部落 bd37b419df
feat: dev container use postgres 16 and ffmpeg 2024-03-11 21:12:50 +08:00
老周部落 1e013bffbc
Revert "feat: dev container use node-alpine image"
This reverts commit 851b3fba1d.
2024-03-09 00:24:22 +08:00
老周部落 851b3fba1d
feat: dev container use node-alpine image 2024-03-08 22:30:24 +08:00
老周部落 e683866054
docs: add firefish's activitypub extensions link 2024-03-08 22:16:43 +08:00
老周部落 ab8299f8f4
docs: install optional ffmpeg dependencies 2024-03-08 21:56:17 +08:00
老周部落 0344c518c9
add tips for pgsql 2024-03-07 19:07:38 +08:00
老周部落 6e6105cf8b
docs: more md update 2024-03-06 00:05:40 +08:00
老周部落 e9bc3f2d2c
fix bug 2024-03-05 23:53:04 +08:00
老周部落 4615bbeb4d
docs: new init db 2024-03-05 23:49:38 +08:00
老周部落 c74acdfc43
fix bug 2024-03-05 23:46:47 +08:00
老周部落 7fe7a520de
feat: install pm2 on dev 2024-03-05 22:23:24 +08:00
老周部落 616c52eff9
fix small bug 2024-03-05 18:31:02 +08:00
老周部落 0b0edaa958
doc: new env init docs for dev and prod, clear docs, update dependencies 2024-03-05 18:05:30 +08:00
老周部落 ab1c674fb8
change dir structure, add docs, download by git 2024-03-04 17:09:59 +08:00
naskya 83056f46ed
chore (dev): make sure to use same PostgreSQL image version with postgresql-client 2024-03-04 02:31:18 +09:00
naskya fd1e18d01b
fix (dev): fix SQL syntax, add back --prod false 2024-03-04 02:13:13 +09:00
naskya 95baffff63
fix (dev): FIREFISH_URL is a redundant variable 2024-03-04 01:45:25 +09:00
naskya 05fa00b586
chore (dev): change web port from 3000 to an uncommon port to avoid collisions 2024-03-04 01:43:59 +09:00
naskya 421d51b34d
chore (dev): update docs about containerized environment 2024-03-04 01:35:31 +09:00
naskya 90a33b2371
chore (dev): check if URL has been set in dev/docker-entrypoint.sh 2024-03-04 00:59:00 +09:00
naskya d139b0dd1f
chore (dev): minor refactor in dev/docker-entrypoint.sh 2024-03-04 00:36:46 +09:00
naskya cc33cfbb3e
fix (dev): fix dev:{up,down,init} scripts 2024-03-03 18:57:56 +09:00
老周部落 9a63f85567
feat(dev): add new docker-based dev env to replace broken nix dev env. 2024-03-03 14:42:29 +08:00
naskya 48e5d9de71
refactor: use PGroonga for full-text search and remove support of other engines
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: sup39 <dev@sup39.dev>
2024-03-01 21:39:13 +09:00
naskya 567ae0efb5
dev: add scripts to prepare dev environment 2024-02-12 02:23:25 +09:00
naskya 08232ae946
docs: repo move (wip) 2024-02-06 15:38:03 +09:00
Namekuji 740ebcf5cc
chore: fix repository url 2023-07-21 14:33:03 -04:00
ThatOneCalculator 6da5a5b89b
find and replace 2023-07-02 15:18:30 -07:00
yawhn f794bde646 postgres: revert to 12.2 version 2022-12-19 02:57:51 +02:00
ThatOneCalculator 0cc74b6a8d
Merge remote-tracking branch 'chimiana/develop' into develop 2022-12-17 09:25:08 -08:00
ThatOneCalculator 81afcce69b
chore: dockerfile cleanup 2022-12-17 09:22:25 -08:00
chimiana 63f3849872 Changed filenames and .gitignore to allow a working docker-compose next to the example provided 2022-12-17 00:25:46 +00:00
chimiana 1930c23cd5 Fixed issues with relative paths in dev/docker-compose.yml caused by moving it to a subdirectory 2022-12-15 23:19:04 +00:00
chimiana c1ae61551e Moved dev docker-compose.yml to dev/, instance admin docker-compose.yml to /, removed new example files, moved docs to root and adjusted them to reflect file changes 2022-12-15 23:19:04 +00:00