Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
packr2 ignores all files that are inside a dot folder.
When explicitly declaring the directory it somehow works.
|
|
- Remove variable in install= to shut up the vim lint. It's fixed anyway
- arch: Rename armv7 to armv7h
- Replace fixed _commit with magnificent and mostly unknown magic trick.
- yarn: Drop --non-interactive. I assume it's assumed when invoked by makepkg
- Move `date` inside of -ldflags. Cmd is short enough and good to read.
- Do the opposite of what I preached earlier and add CGO_* vars (Sorry)
- Add (incomplete) GOFLAGS env. It is exported, therefore picked up by
`go test` as well, but without -trimpath.
|
|
|
|
|
|
- Add .install file to warn about default user
- Dropped tmpfiles.d in favor of (recommended) ConfigurationDirectory,
LogsDirectory, StateDirectory
- Added `etc/gotify/config.yml` to `backup=()`
- Build UI with `NODE_ENV=production`
- Install config with 644 instead of 640
- Use absolute paths inside config
- Create `gotify` user without home
- Use `UMask=0027` instead of `0077` in service file
- Add `emptydirs` to `options=()`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|