Search Criteria
Package Details: bashhub-server-git 0.2.5.r13.c49226d-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bashhub-server-git.git (read-only, click to copy) |
---|---|
Package Base: | bashhub-server-git |
Description: | a private cloud alternative for bashhub-client with some added features like regex search. |
Upstream URL: | https://github.com/nicksherron/bashhub-server |
Licenses: | Apache |
Conflicts: | bashhub-server |
Provides: | bashhub-server |
Submitter: | fuero |
Maintainer: | fuero |
Last Packager: | fuero |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-07-29 14:43 (UTC) |
Last Updated: | 2023-05-11 09:25 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go-pie (go) (make)
Latest Comments
fuero commented on 2023-05-11 09:28 (UTC)
@zwastik Thanks for reporting this, I've updated the PKGBUILD.
About the service unit: As this is the server part for bashhub-client, it doesn't make sense to start this per-user on a multiuser system.
It's supposed to run somewhere else than the box you are sending history infro from and be used by multiple clients at once.
So I don't see the use case for a user systemd service.
zwastik commented on 2023-05-11 02:32 (UTC)
It seems the service file is not working properly. Also is it necessary to run it system wide? Cannot it be run with systemctl --user?
zwastik commented on 2023-05-11 01:18 (UTC)
It seems the -i flag is deprecated: https://stackoverflow.com/questions/67573771/what-is-the-i-option-for-go-tool-arguments-in-golands-run-debug-configurat
zwastik commented on 2023-05-11 01:11 (UTC)