Mohammed A.Q
f20aae5579
Update required dependencies.
...
Adding Missing Packages libxml2-dev and libxslt-dev
2020-06-05 13:53:57 +00:00
Mohammed A.Q
0b2aa870f3
Update required dependencies.
...
Adding Missing Packages libxml2-dev and libxslt-dev
2020-06-05 13:53:17 +00:00
Mohammed A.Q
8eada6dcf9
Update required dependencies.
...
Adding Missing Packages libxml2-dev and libxslt-dev
2020-06-05 13:52:35 +00:00
Mohammed A.Q
e0ae48a41e
Added Config Volume Mount
2020-05-19 04:19:53 +00:00
Mohammed A.Q
924cf01b86
Update docker-compose.yml
...
- Added User And Password Variables
- Changed Port Variable to better name
2020-05-19 03:49:02 +00:00
Mohammed A.Q
de71078433
Update 30-config
...
- Remove variable validation. (not needed at the moment)
- Create and Apply User permissions to Config folder
2020-05-19 03:45:26 +00:00
Mohammed A.Q
958b16eccf
Update run file to Waitress server
...
to update with the recent changes from the project:
- Change Flask server with waitress server
- Added Basic user Authentication option
- Added server Address option
2020-05-19 03:42:37 +00:00
Mohammed A.Q
9ed1dee05e
Create Dockerfile for arm32v7 architecture
2020-05-19 03:36:52 +00:00
Mohammed A.Q
9876d3ae3f
Create Dockerfile for arm64v8 architecture
2020-05-19 03:35:45 +00:00
Mohammed A.Q
cdba752587
Update Docker file fo the latest Changes
...
- Remove unnecessary packages and reduce image size.
- Add Enforce HTTPS option
- Added Config Volume
2020-05-19 03:32:37 +00:00
Mohammed A.Q
bde7003584
Update 30-config
...
Remove {WEB_PORT} from variable validation because it optional and not required.
2020-05-11 21:22:21 +03:00
Mohammed A.Q
c2acfe0479
Update 30-config
...
Not Needed
2020-05-11 08:42:52 +03:00
Mohammed A.Q
46fdcddc5e
Update README.md
...
Update README.md to include Docker-compose example and available Docker Parameters.
2020-05-11 08:07:41 +03:00
mohammedalqadi
0ed071487b
Create run
...
Adding needed files for docker image
2020-05-11 06:01:39 +03:00
mohammedalqadi
ff049cf2d5
Adding 30-config
...
Adding needed files for docker image
2020-05-11 06:00:46 +03:00
mohammedalqadi
486f148e19
Update docker-compose file
...
Adding build option for dockerfile
2020-05-11 05:56:33 +03:00
mohammedalqadi
ba2da9dcf9
Change Dockerfile to LinuxServer.io base
...
Improve Docker image by using lsiobase/python as base and adding PUID/PGID user mapping instead running as root, also reduce image size from ~900MB to 500MB
2020-05-11 05:48:14 +03:00
Ben Busby
1798b6094d
Merge pull request #16 from Kombustor/patch-1
...
Add autofocus to input field
2020-05-10 14:09:42 -06:00
Ben Busby
122a67d6ab
Added docker-compose.yml
2020-05-10 13:59:37 -06:00
Ben Busby
7ccad2799e
Added config option to address instance behind reverse proxy
...
Config options now allow setting a "root url", which defaults to the
request url root. Saving a new url in this field will allow for proper
redirects and usage of the opensearch element.
Also provides a possible solution for #17 , where the default flask redirect method redirects to
http instead of https.
2020-05-10 13:27:02 -06:00
Fabian Schliski
743caf6cc7
Updating autofocus value
2020-05-10 20:17:32 +02:00
Ben Busby
2fc48ced6a
Merge pull request #10 from DjLogozzo/master
...
Added Firefox Android instructions for primary search settings
2020-05-10 11:11:01 -06:00
Ben Busby
1795695cc6
Merge pull request #9 from mendel5/patch-1
...
fix spelling: Whoole --> Whoogle
2020-05-10 11:04:24 -06:00
Ben Busby
90995d79e4
Merge pull request #13 from Alpha200/improved-dockerfile
...
Improved Dockerfile
2020-05-10 11:03:11 -06:00
Fabian Schliski
0fc5fa9d99
Add autofocus to input field
...
Supported in all major browsers, allows the user to immediately start typing after loading the page.
2020-05-10 16:51:42 +02:00
Daniel Sendzik
2daca9a352
Improved Dockerfile
2020-05-10 14:00:22 +02:00
Dee-Jay Logozzo
05f6ad2815
Added Firefox Android instructions for setting whoogle as primary search engine
2020-05-10 20:19:39 +10:00
mendel5
3a4a8ce95b
fix spelling: Whoole --> Whoogle
2020-05-10 10:53:19 +02:00
Ben Busby
df6c36cd24
Update app.json
...
Fixed image and repo link
2020-05-09 18:38:19 -06:00
Ben Busby
3d38b80833
Small update to readme
...
Clarified the heroku app naming section
2020-05-08 13:19:51 -06:00
Ben Busby
1ae946eab7
Update README.md
2020-05-08 13:15:17 -06:00
Ben Busby
68da3cd4cd
Updated readme with pip instructions, fixed travis badge
2020-05-08 10:38:01 -06:00
Ben Busby
d1a268551e
Update README.md
2020-05-06 19:08:25 -06:00
Ben Busby
130ac4532e
Refactored handling of user config
...
Now implemented as a flask global variable reads from the same json file
as before, but doesn't crash if it does not find an existing file.
Removed user config creation from run script
2020-05-06 18:39:12 -06:00
Ben Busby
d316fd77c6
Updated setup and routes for pipx compatibility
2020-05-06 18:13:02 -06:00
Ben Busby
9ca74397b4
Adding setup for pip packaging
2020-05-06 17:24:18 -06:00
Ben Busby
d01f56ea03
Removed referrer from links, refacored routes
...
Added <meta name="referrer" content="no-referrer"> to all whoogle
templates
Refactored search route to use conditionally use either request.args or
request.form, depending on rest call (get vs post respectively)
2020-05-05 18:28:43 -06:00
Ben Busby
ab317fa0d0
Update README.md
...
Replaced img header with regular text header
2020-05-04 18:06:38 -06:00
Ben Busby
29a13d0e6e
Update README.md
...
Fixed separator formatting
2020-05-04 18:03:11 -06:00
Ben Busby
708769f682
Minor styling refactor, updated app name
2020-05-04 18:00:43 -06:00
Ben Busby
0300eab6df
Updated formatting and setup instructions
...
Switched encoding from utf-8 to unicode-escape in an effort to support multiple
languages besides English.
Updated image results page formatting to fix bad image links (added TODO
for adding full res image link for each image result).
Updated README to include libcurl and libssl install instructions for
manual setup.
2020-05-03 19:32:47 -06:00
Ben Busby
39c475af21
Using urlencode "doseq" option for url args
2020-04-29 20:31:03 -06:00
Ben Busby
3e404cb524
Restructured valid params checking, added empty query redirect
2020-04-29 18:53:58 -06:00
Ben Busby
c30f21f950
Minor conditional fix in filter
2020-04-29 14:46:00 -06:00
Ben Busby
b83f14be26
Fixed image href filter
...
Needed to be checking against img attrs, not just the img object itself
2020-04-29 11:18:07 -06:00
Ben Busby
6d38abd1b4
Removed debug from opensearch template
2020-04-29 10:12:49 -06:00
Ben Busby
dcd93d4869
Fixed filter params, updated search button text
2020-04-29 10:03:34 -06:00
Ben Busby
5fe308956b
Cleaned up filter class, updated js config tool
2020-04-29 09:46:18 -06:00
Ben Busby
0a3da5cea4
Updated js controller and config api route
...
Controller was refactored to be a bit less monolithic.
Config route was updated to accept an html form data POST rather than
just a json object.
2020-04-28 20:50:12 -06:00
Ben Busby
1cbe394e6f
Updated tests, fixed a few bugs
...
Added opensearch routes test and individual tests for searching via GET
and POST separately.
Fixed incorrect assignment in gen_query.
2020-04-28 18:59:33 -06:00