Done, thanks! :)
Search Criteria
Package Details: whoogle-git 0.8.4.r6.g7313edf-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/whoogle-git.git (read-only, click to copy) |
---|---|
Package Base: | whoogle-git |
Description: | A self-hosted, ad-free, privacy-respecting metasearch engine |
Upstream URL: | https://github.com/benbusby/whoogle-search |
Keywords: | engine search whoogle |
Licenses: | MIT |
Conflicts: | whoogle |
Provides: | whoogle |
Submitter: | dr460nf1r3 |
Maintainer: | dr460nf1r3 (chaotic-aur) |
Last Packager: | chaotic-aur |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-06 18:00 (UTC) |
Last Updated: | 2023-12-22 16:29 (UTC) |
Dependencies (2)
Required by (2)
- firedragon (requires whoogle) (optional)
- firedragon-bin (requires whoogle) (optional)
Sources (4)
dr460nf1r3 commented on 2023-09-20 07:45 (UTC)
Deloo commented on 2022-12-14 04:01 (UTC) (edited on 2022-12-14 04:07 (UTC) by Deloo)
@tyler19820201 You can make locally trusted development certificates with the mkcert, and set your domain name in /etc/hosts
.
tyler19820201 commented on 2022-03-13 00:42 (UTC) (edited on 2022-03-13 00:45 (UTC) by tyler19820201)
Is it possible to do search via https instead of http without having own domain name and a https certificate?
A little help for new users: After finished to install this AUR package you might realized like it's installed files to
/opt/whoogle-search/ /etc/default/whoogle /usr/lib/systemd/system/whoogle.service
Now, all u have to do is type: sudo chown whoogle:whoogle /opt/whoogle-search/ -R and sudo systemctl restart whoogle.service
lunainvictum commented on 2021-12-05 16:00 (UTC)
This is the issue:
/opt/whoogle-search/venv/bin/python: No module named app
lunainvictum commented on 2021-12-05 15:46 (UTC)
Forget the last comment.
A Restart later:
● whoogle.service - Whoogle Loaded: loaded (/usr/lib/systemd/system/whoogle.service; enabled; vendor preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Sun 2021-12-05 16:45:41 CET; 475ms ago Process: 386 ExecStart=/opt/whoogle-search/venv/bin/python -um app --host $BIND_ADDRESS --port $LISTEN_PORT (code=exited, status=1/FAILURE) Main PID: 386 (code=exited, status=1/FAILURE) CPU: 351ms
Dez 05 16:45:41 whoogle systemd[1]: whoogle.service: Main process exited, code=exited, status=1/FAILURE Dez 05 16:45:41 whoogle systemd[1]: whoogle.service: Failed with result 'exit-code'.
lunainvictum commented on 2021-12-05 15:41 (UTC)
Install it with yay -S whoogle-git.
After that, try to start it with systemctl start whoogle
Then it didnt start, if you run systemctl status whoogle you get the error /bin/python3: No module named app
But i tried today again. And now works. Maybe a bug in the git? dont know.
dr460nf1r3 commented on 2021-12-05 10:52 (UTC)
Could you specify where exactly this error is displayed please? The PKGBUILD follows the manual installations closely.
lunainvictum commented on 2021-12-03 22:19 (UTC)
This, and the another AUR Package dont work.
Following error comes everytime:
[..]/bin/python3: No module named app
Only manual install works.
dr460nf1r3 commented on 2021-11-04 07:31 (UTC)
Afaik config files and other stuff aren't deleted by applications usually.
Pinned Comments
dr460nf1r3 commented on 2021-03-06 18:07 (UTC) (edited on 2021-12-05 12:09 (UTC) by dr460nf1r3)
Installs with official instructions to /opt. Read here for more information and options for the systemd service. ( -> e) manual) The search engine is accessible at localhost:5000, set it as default engine using your browsers option. Binary builds are available at Chaotic-AUR!