Thank you for your reply! I'll fix it and update the package soon.
Search Criteria
Package Details: outline 0.81.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/outline.git (read-only, click to copy) |
---|---|
Package Base: | outline |
Description: | Wiki and knowledge base for growing teams |
Upstream URL: | https://www.getoutline.com |
Licenses: | BSL |
Submitter: | onny |
Maintainer: | Neboer |
Last Packager: | Neboer |
Votes: | 2 |
Popularity: | 0.052333 |
First Submitted: | 2020-07-14 09:30 (UTC) |
Last Updated: | 2024-11-11 14:32 (UTC) |
Dependencies (4)
- nodejs-lts-iron
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql-gitAUR) (optional)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey) (optional)
Required by (0)
Sources (5)
Latest Comments
Neboer commented on 2024-09-03 14:06 (UTC)
gnaeljmdmmcbqvpz commented on 2024-08-31 20:30 (UTC) (edited on 2024-09-01 01:45 (UTC) by gnaeljmdmmcbqvpz)
Thanks for picking up the package! A couple of notes: husky can be entirely disabled by setting HUSKY=0
when running yarn install
, and the outline-db-migrate
script appears to erroneously be folded into a single line.
It's probably also worth mentioning that, when configured to use local file storage, it's necessary to add StateDirectory=outline
to the service config. Otherwise, file uploads will mysteriously fail (even if /var/lib/outline/data
has been created manually and has the correct permissions), due to hardening. This might be worth just adding to the default service config, since it doesn't really have any downsides (besides creating an unused empty directory in /var/lib
).
Neboer commented on 2024-06-28 14:36 (UTC) (edited on 2024-06-28 14:38 (UTC) by Neboer)
Guys, I have adopted the package and updated it to the latest version. After installation, please configure its OAUTH backend, storage, and so on. There are two scripts installed to /usr/local/bin to help build and migrate its Postgres database, execute it after finishing your configuration before the first start, or execute the migration script after you update the package each time.
You can edit the file /etc/webapps/outline/config.env to config it, with the help of its documentation https://docs.getoutline.com/s/hosting/doc/configuration-509J4lAzjo .
strubbl commented on 2023-06-29 21:46 (UTC)
Thanks, i am with logseq now. i am not using outline anymore.
TrialnError commented on 2023-06-28 17:37 (UTC)
Feel free to take it strubbl
strubbl commented on 2022-09-22 19:23 (UTC)
is there any chance to get an update to the latest version (as of 2022-09-22 it's v0.66.1)?
Pinned Comments
Neboer commented on 2024-06-28 14:36 (UTC) (edited on 2024-06-28 14:38 (UTC) by Neboer)
Guys, I have adopted the package and updated it to the latest version. After installation, please configure its OAUTH backend, storage, and so on. There are two scripts installed to /usr/local/bin to help build and migrate its Postgres database, execute it after finishing your configuration before the first start, or execute the migration script after you update the package each time.
You can edit the file /etc/webapps/outline/config.env to config it, with the help of its documentation https://docs.getoutline.com/s/hosting/doc/configuration-509J4lAzjo .