Commit graph

605 commits

Author SHA1 Message Date
naskya
9a322cc364 instance -> server 2023-06-03 04:16:36 +09:00
Kainoa Kanter
91616081c2 docs: 📝 full git clone 2023-05-31 02:41:29 +00:00
Kainoa Kanter
4896b4a976 docs: 📝 typos 2023-05-31 02:40:23 +00:00
Kainoa Kanter
4f4ca5e534 docs: 📝 versions 2023-05-31 02:37:57 +00:00
ThatOneCalculator
c8b36b170e node v20 2023-05-29 19:49:53 -07:00
ThatOneCalculator
5d58ed6858 docs: deps 2023-05-29 09:22:24 -07:00
ThatOneCalculator
35b2432102 docs: searc providers 2023-05-29 09:21:45 -07:00
ThatOneCalculator
659ce39213 docs: develop by default 2023-05-23 18:03:45 -07:00
ThatOneCalculator
75252602cd docs: notes 2023-05-22 17:40:59 -07:00
Pyrox
6e8c1ea6c8 docs: Add configuration for Caddy 2023-05-11 09:27:23 -04:00
ThatOneCalculator
36c2a6eafb docs: cleanup apache 2023-05-10 17:10:01 -07:00
Kainoa Kanter
f108c5e158 Merge pull request 'docs: Add Apache2 documentation' (#10078) from warrows/calckey:main into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10078
2023-05-10 17:08:51 -07:00
ThatOneCalculator
12571c2191 docs: add opencollective 2023-05-10 16:59:47 -07:00
ThatOneCalculator
440e919251 docs: fix k8s link 2023-05-10 16:56:46 -07:00
ThatOneCalculator
de66421ff8 Merge remote-tracking branch 'helm/add-helm-chart' into develop 2023-05-10 16:54:26 -07:00
ThatOneCalculator
c73e6bc433 docs: 📝 pm2 logrotate 2023-05-07 12:35:46 -07:00
ThatOneCalculator
bfe7e16035 docs: links 2023-05-05 12:51:26 -07:00
ThatOneCalculator
4dae793c5e docs 2023-04-29 13:38:52 -07:00
warrows
18cf042d79 Fix readme link to docker doc page 2023-04-27 14:09:37 +00:00
ThatOneCalculator
386b93ddfd Revert "docs: rm yunohost"
This reverts commit 9ef11deb9934a4aecf601441f9d20f465e02ca04.
2023-04-19 20:41:57 -07:00
Kainoa Kanter
db315b4f8f docs: rm yunohost
has been broken for months, I don't maintain it either.
2023-04-17 02:21:19 +00:00
s1idewhist1e
981d3ee725 Refactor: use rust for native mastodon id conversion (#9786)
This uses [napi-rs](https://napi.rs/) to allow for automatic generation of node bindings for the native code.

I also changed the `isolatedModules` TS flag to false to allow for `static enum` to be shared across modules. It doesn't seem to be necessary for the build system that CK uses.

Currently this method does not work with ID generators with longer IDs. Likely the best solution is to add another key in the database.

Some benchmarks for 1 million conversions:

```
	node, x1_000_000: 2.847s
	rust, x1_000_000: 1.265s
```

There are still optimizations that can be made, but I think this is a good starting point and a good way to bring rust into the CK stack.

Co-authored-by: s1idewhist1e <trombonedude05@gmail.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9786
Co-authored-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
Co-committed-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
2023-03-31 01:58:28 +00:00
ThatOneCalculator
eab664dc59 fix doc link 2023-03-29 14:10:01 -07:00
ThatOneCalculator
1914ce10ce docs: 📝 sonic 2023-03-19 01:32:57 -07:00
ThatOneCalculator
31e2bc70c7 docs: 📝 sonic instructions 2023-03-19 01:32:17 -07:00
ThatOneCalculator
734866a191 docs: changes 2023-03-16 18:17:53 -07:00
ThatOneCalculator
a1f91b5110 docs: 📝 accurate update instructions
Closes #9709
2023-03-15 18:29:55 -07:00
ThatOneCalculator
6d71456244 docs: 📝 accurate update instructions
Closes #9709
2023-03-15 18:28:53 -07:00
ThatOneCalculator
b62a22653f update readme 2023-02-20 12:20:47 -08:00
ThatOneCalculator
02042b40cb docs: 📝 migration from mk 2023-02-20 12:13:55 -08:00
ThatOneCalculator
1d89cc3e3d docs: 📝 custom assets 2023-02-11 13:16:45 -08:00
ThatOneCalculator
6b5f8b6c01 docs: 📝 branches 2023-02-09 14:53:32 -08:00
Kainoa Kanter
5320e343fc Update 'README.md' 2023-02-01 22:18:54 +00:00
ThatOneCalculator
907884b198 docs: 📝 clone depth 1
closes #9501
2023-01-21 11:25:31 -08:00
ThatOneCalculator
fe557d50d2 docs: no tensorflow 2023-01-19 16:56:07 -08:00
ThatOneCalculator
c742617a35 lavaforge --> codeberg until lavaforge is ready 2023-01-19 16:18:17 -08:00
Kainoa Kanter
7a962324a5 docs: 🌋 Lavaforge 2023-01-15 21:07:11 +00:00
janderedev
4eae2871a5 Fix typo in readme 2023-01-14 21:18:29 +00:00
ThatOneCalculator
ac64087a1e no more eslint 2023-01-12 20:54:33 -08:00
Kainoa Kanter
19596a91e4 refactor: 🔨 Use pnpm instead of yarn (#9461)
Reasons:

1. `pnpm` is now an industry standard, being faster and less buggy than `yarn`.
2. Faster build time as builds are concurrent: 63 seconds down to 35 seconds!!
3. Resolves #9412

Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9461
2023-01-13 04:18:16 +00:00
Sly-Little-Fox
05bd1a50f6 Improve port finding script, add a note 2023-01-10 09:31:11 +00:00
Kainoa Kanter
430f016833 docs: 📝 aur badge 2023-01-09 00:23:48 +00:00
Kainoa Kanter
a2d088aaa0 docs: 📝 aur 2023-01-09 00:09:16 +00:00
Kainoa Kanter
eb2920f55c docs: 📝 easy installer images 2023-01-08 23:52:10 +00:00
Kainoa Kanter
a26a5ef875 docs: 📝 easy installers 2023-01-08 23:49:23 +00:00
ThatOneCalculator
c70d5aa8cf docs: YunoHost 2023-01-04 20:11:34 -08:00
ThatOneCalculator
0db6550efc release version system 2023-01-03 17:38:07 -08:00
ThatOneCalculator
51ffaaef6f docs: node 19 2023-01-03 15:56:32 -08:00
ThatOneCalculator
9cd1969ccc even more fixes 2023-01-03 10:42:26 -08:00
Kainoa Kanter
748b989e55 Update 'README.md' 2023-01-02 15:59:31 +00:00
ThatOneCalculator
1a9e55b0f3 refactor: new repo link 2022-12-18 10:12:24 -08:00
ThatOneCalculator
ed0e1951d9 docs: 📝 weblate 2022-12-17 10:21:17 -08:00
ThatOneCalculator
5829e92fdb feat: weblate! 2022-12-17 10:17:39 -08:00
ThatOneCalculator
ab4e3e188f docs: 📝 badges [CI Skip] 2022-12-16 13:36:50 -08:00
ThatOneCalculator
5f1a4c634d docs: 📝 more badges 2022-12-16 13:30:58 -08:00
ThatOneCalculator
d2e0dbfa73 refactor: rm .github folder 2022-12-16 10:44:09 -08:00
Kainoa Kanter
2608c3d92b docs: 📝 fix badge position 2022-12-16 17:35:54 +00:00
cutestnekoaqua
01d14d6f04 Add CI Link to Docs 2022-12-16 01:06:30 +01:00
chimiana
95d26bfc7f Moved 'docker for development' stanza from root README.md to docker-README.md 2022-12-15 23:19:04 +00:00
chimiana
cfc604565c Update to docker-compose for development section of README 2022-12-15 23:19:04 +00:00
chimiana
a510411339 Attempting to fix link in docs 2022-12-15 23:19:04 +00:00
chimiana
a335ff0f9e Updated README.md with link to docker-README.md instead of link to Docker Hub 2022-12-15 23:19:04 +00:00
chimiana
37ebadb6eb Corrections to README.md
A spelling mistake and remove a docker command that does not work
2022-12-15 23:19:03 +00:00
cutestnekoaqua
5b622ce273 Add Rebuild Option [CI Skip] 2022-12-14 18:09:58 +01:00
ThatOneCalculator
1303f4f746 docs: 📝 account migration 2022-12-11 17:53:09 -08:00
Kainoa Kanter
2f86ef4a80 Nvm, dragonfly needs more work... 2022-12-07 04:42:48 +00:00
Kainoa Kanter
1fe32b07a9 Update 'README.md' 2022-12-07 04:38:21 +00:00
Kainoa Kanter
97a8621e85 Redis v6 is minimum 2022-12-07 04:37:43 +00:00
Kainoa Kanter
a272a75f36 Update 'README.md' 2022-12-07 04:37:05 +00:00
Kainoa Kanter
0df232ccf6 DragonflyDB 2022-12-07 04:28:56 +00:00
ThatOneCalculator
046829e669 docs: deps 2022-12-06 15:27:59 -08:00
Kainoa Kanter
f7d6adbefd Feature: Custom locales (#9157) 2022-11-30 19:50:24 +00:00
CherryKitten
a96348023e docs: reflect last change in readme 2022-11-30 19:51:12 +01:00
ThatOneCalculator
eba3e97550 docs: a11y 2022-11-29 18:15:57 -08:00
CherryKitten
1acb89c807 Docs: Add info for custom locale naming 2022-11-29 22:27:08 +01:00
CherryKitten
c6a3e0a5e0 docs: custom locales 2022-11-29 01:15:07 +01:00
ThatOneCalculator
2fd60c21ad docs: 📝 optional deps 2022-11-27 12:04:08 -08:00
ThatOneCalculator
7decc11a6e docs: 📝 formatting 2022-11-27 11:55:45 -08:00
ThatOneCalculator
37e4c05cf7 docs: 📝 improve install instructions 2022-11-27 11:51:57 -08:00
Kainoa Kanter
b42f39ddec docs: another tip 2022-11-24 01:55:38 +00:00
ThatOneCalculator
a2d9405824 deprecate node < 18 2022-11-21 16:27:32 -08:00
ThatOneCalculator
27e11100dc New patron list 2022-11-18 23:20:18 -08:00
Kainoa Kanter
aac62b8058 Add official account and flagship instance 2022-11-17 23:16:16 +00:00
Kainoa Kanter
66373fee02 docs: 📝 official account 2022-11-17 23:14:06 +00:00
ThatOneCalculator
95fc8cc92a docs: 📝 typo 2022-11-17 13:55:48 -08:00
Kainoa Kanter
a02617828c docs: 📝 typo
It's "available". Thank you luke :P
2022-11-16 19:44:25 +01:00
Kainoa Kanter
948e218aba docs: 📝 alt text for calc 2022-11-16 05:25:00 +01:00
ThatOneCalculator
7b60f616c2 docs: 📝 open port tip 2022-11-15 20:19:53 -08:00
ThatOneCalculator
0ca9e91fc4 docs: 📝 tip 2022-11-15 20:18:04 -08:00
ThatOneCalculator
b8a7816ad5 docs: 📝 improve documentation, nginx 2022-11-15 20:16:50 -08:00
ThatOneCalculator
196b3f844e use max-width instead of width for dm images 2022-11-15 00:30:35 -08:00
Kainoa Kanter
3b02f7afb9 Update 'README.md' 2022-11-15 09:23:53 +01:00
Kainoa Kanter
6ea7f7e11b Update 'README.md' 2022-11-15 07:24:36 +01:00
Kainoa Kanter
ebc51d44ff docs: tips 2022-11-15 07:13:10 +01:00
Kainoa Kanter
24ffdf3d96 Update 'README.md' 2022-11-15 01:53:08 +01:00
Kainoa Kanter
ad0994199c Update 'README.md' 2022-11-13 20:32:17 +01:00
Kainoa Kanter
d0cd52eba9 docs: fix typo 2022-11-10 04:03:28 +01:00
Kainoa Kanter
70fb49e6fb 3000 2022-11-09 22:39:03 +01:00
Kainoa Kanter
211f08f087 Update 'README.md' 2022-11-09 22:38:27 +01:00
Kainoa Kanter
b4057a2f0a more tips & tricks 2022-11-09 22:17:39 +01:00