Oneric
24e608ab5b
docs: fix typo
2024-04-25 23:00:42 +02:00
floatingghost
b1c6621e66
Merge pull request 'Read image description from EXIF data' ( #744 ) from timorl/akkoma:elseinspe into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/744
2024-04-25 12:52:31 +00:00
Norm
0fa3fbf55e
Update OTP install docs to use certbot nginx plugin
2024-04-23 00:02:54 -04:00
Norm
e5f4282cca
Update certbot instructions for Alpine Linux
2024-04-23 00:02:54 -04:00
Norm
cdde95ad8b
Update gentoo install guide to use certbot-nginx
2024-04-23 00:02:54 -04:00
Norm
c493769364
Update Nginx setup docs for Fedora and Red Hat OTP
2024-04-23 00:02:15 -04:00
Norm
39b8e73532
Update docs for Arch Linux nginx setup
...
Alongside moving to certbot's nginx plugin, also use conf.d instead of
recreating the sites-{available,enabled} setup that Debian/Ubuntu uses.
Furthermore, also request a certificate for the media domain at the same
time since that's now required.
2024-04-21 18:19:07 -04:00
Norm
5405828ab1
Update debian install docs to use certbot nginx plugin
2024-04-21 18:19:07 -04:00
timorl
cd7af81896
Rename StripLocation to StripMetadata for temporal-proofing reasons
2024-04-16 20:37:00 +02:00
timorl
b144218dce
Merge branch 'develop' into elseinspe
2024-04-14 20:31:33 +02:00
floatingghost
e36c0f96fc
Merge pull request 'Add docker override file to docs and gitignore' ( #621 ) from norm/akkoma:docker-compose-override into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/621
2024-04-12 18:50:25 +00:00
Floatingghost
d910e8d7d1
Add test suite for elixir1.16
2024-04-12 19:13:33 +01:00
Oneric
bff2812a93
More prominently document db migrations in migrations from Pleroma
...
By now most instance will run a version past 2022-08 but the guide
only documented it for from source installs and Pleroma develop.
2024-02-23 23:54:14 +01:00
Oneric
7964272c98
Document how to avoid data loss on migration from Pleroma
2024-02-23 23:54:09 +01:00
FloatingGhost
f7ea0a1248
bump OTP required
2023-08-16 23:01:02 +01:00
FloatingGhost
6139c3346d
Add extra rollbacks to pleroma develop
2023-08-16 22:49:23 +01:00
YokaiRick
76ba400c6d
nginx subdir is missing in otp builds
2023-08-12 22:09:32 +00:00
YokaiRick
655c282de3
update docs nginx subdir in akkoma/installation is gone
2023-08-12 21:59:30 +00:00
Norm
0cb3812ac0
Add docker override file to docs and gitignore
...
The docker-compose.yml file is likely to be edited quite extensively by
admins when setting up an instance. This would likely cause problems
when dealing with updating Akkoma as merge conflicts would likely occur.
Docker-compose already has the ability to use override files in addition
to the main `docker-compose.yml` file. Admins can instead put any
overrides (additional volumes, container for elasticsearch, etc.) into a
file that won't be tracked by git and thus won't run into merge
conflicts in the future. In particular, the
`docker-compose.override.yml` will be checked by docker compose in
addition to the main file if it exists and override definitions from the
latter with the former.
2023-08-07 13:09:04 -04:00
Norm
9a7c30fc90
Update OTP docs to mention arm64 in prerequisites
2023-08-05 10:39:03 -04:00
FloatingGhost
8fd74548ff
Combine ubuntu and debian builds
2023-08-04 20:37:17 +01:00
FloatingGhost
6e293b9280
Bump versions in use in the docs
2023-08-04 14:19:18 +01:00
floatingghost
4fe80acf8f
Merge pull request '[docs] Improve some installation instructions' ( #607 ) from ilja/akkoma:docs_improve_some_installation_instructions into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/607
2023-08-02 09:17:11 +00:00
ilja
8b63a17b87
In chat we often saw that people copy-pasted the "amd64" flavour while they needed another one.
...
Here we make it a generic placeholder which should make accidental copy-pasting of this command happen less.
We also had one case of someone who got errors because the SHELL variable wasn't set. This is the case for Alpine.
Here I added a line to fill it in when not set.
2023-07-31 15:56:39 +02:00
FloatingGhost
801fe9fe32
Changelog
2023-07-27 14:41:18 +01:00
FloatingGhost
800c4bc442
correct build conditions
2023-07-27 14:21:12 +01:00
FloatingGhost
b63fca2dd7
only build ARM AMD64 on develop
2023-07-27 14:19:28 +01:00
FloatingGhost
c79c0fe6cc
add extra flavours to table
2023-07-20 17:45:53 +01:00
Norm
43aef8b5b1
fix ImageMagick typo in media_graphics_packages.md
2023-07-17 14:44:39 -04:00
floatingghost
452f9e14fb
Merge pull request 'docs: Update Pleroma references to Akkoma in optional packages guide' ( #550 ) from norm/akkoma:docs/media_graphics_packages into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/550
2023-07-17 16:47:32 +00:00
floatingghost
67cae52b08
Merge pull request 'Add asdf install guide for debian/ubuntu' ( #559 ) from norm/akkoma:asdf into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/559
2023-06-26 12:58:01 +00:00
floatingghost
4db42f5ab5
Merge pull request 'Adapt some migrations so they can be rolled back' ( #565 ) from ilja/akkoma:fix_some_migrations_for_rollback into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/565
2023-06-26 12:52:22 +00:00
Norm
6674b33d75
update docs with new docker compose commands
2023-06-18 01:44:25 -04:00
Francis Dinh
5e3ca133f2
reword to not mention specific elixir version
2023-06-11 08:46:56 -04:00
ilja
3a13f91fff
Adapt some migrations so they can be rolled back
...
This is useful for people who want to migrate back to Pleroma.
It's also added in the docs, but also noted that this is barely tested and to be used at their own risk.
2023-06-09 22:02:26 +02:00
Francis Dinh
5ce38591e5
fix typo
2023-05-31 09:03:25 -04:00
Francis Dinh
2482d96782
remove one more java dep
2023-05-31 08:59:03 -04:00
Francis Dinh
f68b047bf7
remove java and gui dependencies
2023-05-31 08:46:05 -04:00
Francis Dinh
48a0145736
add command to restart shell
2023-05-30 21:21:44 -04:00
Francis Dinh
d956dc2f09
Add asdf install guide for debian/ubuntu
...
Closes #557
2023-05-30 21:17:26 -04:00
Francis Dinh
b3fc098b83
docs: Update Pleroma references to Akkoma in optional packages guide
...
This apparently slipped past though all of the doc updates from a while
back.
2023-05-26 22:26:14 -04:00
floatingghost
62e22eeff2
Merge pull request 'Update elixir versions' ( #512 ) from norm/akkoma:update-elixir-versions into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/512
2023-04-11 09:28:01 +00:00
ilja
d8d9edee98
Add YunoHost to installation guides
2023-04-03 11:22:53 +02:00
Francis Dinh
3c30666d3f
Update elixir and erlang versions in docs
2023-03-16 12:54:38 -04:00
floatingghost
0fb2042f2c
Merge pull request 'Remove refences to ARM OTP builds in install guide' ( #432 ) from norm/akkoma:remove-arm-otp into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/432
2023-01-15 18:11:53 +00:00
Norm
eb55472450
Remove refences to ARM OTP builds in install guide
...
Akkoma currently doesn't provide ARM OTP builds unlike Pleroma, so it's best to update the install guide to reflect that.
Ref: https://akkoma.dev/AkkomaGang/akkoma/issues/424
2023-01-09 20:11:33 +00:00
Pascal Schmid
eb1b9c4155
Fix PostgreSQL docs
...
Without creating the directory manually and setting it as user home folder
the commands afterwards won't be executable.
2023-01-02 13:12:54 +01:00
Pascal Schmid
fcce355112
Delete broken config example
...
httpd won't start with the empty types block.
2023-01-02 13:12:20 +01:00
Pascal Schmid
ef1c68a8e9
Format docs
2023-01-02 13:12:17 +01:00
Pascal Schmid
d427c23e56
Use current package config
2023-01-02 12:56:49 +01:00