The Wayback Machine - https://web.archive.org/web/20190714233129/https://github.com/asciimoo/searx/commits/master
Skip to content
Permalink
Branch: master
Commits on Jul 13, 2019
  1. Merge pull request #1635 from asciimoo/update-documentation

    dalf committed Jul 13, 2019
    README.rst: installation: add searx/searx-docker
  2. README.rst: installation: add searx/searx-docker

    dalf committed Jul 13, 2019
  3. Merge pull request #1629 from dalf/docker

    dalf committed Jul 13, 2019
    Update Docker image
  4. embedded iframe (youtube, dailymotion, vimeo): use https

    dalf committed Jul 13, 2019
  5. Update Docker image

    dalf committed Jun 29, 2019
    See #1561 , use uwsgi and Alpine Linux
    
    Volume:
    /var/log/uwsgi contains error log for 2 days (file uwsgi.log)
    /etc/searx contains the settings.yml and uwsgi.ini files.
    The docker image creates them if they don't exist.
    The two files can be modified after the first run. See below.
    
    Environement variables:
    MORTY_URL : external URL of Morty
    MORTY_KEY : base64 encoded key
    BASE_URL : external URL of Searx
    BIND_ADDRESS : internal HTTP port to listen to
    
    Labels : org.label-schema.schema.*
    
    Parameters:
    -h : display this help
    -d : will update the settings and quit immediately (settings.yml and uwsgi.ini)
    -f : always update the settings (previous version saved with suffix .old).
         without this parameter, the new settings are copied with suffix .new
    
    When the Docker image contains newer settings:
    - without -f parameter: the new versions are copied to /etc/searx/settings.yml.new and /etc/searx/uwsgi.ini.new.
    - with -f parameter:  the old versions are renamed with .old suffix. The new version replaces /etc/searx/settings.yml and /etc/searx/uwsgi.ini
    
    Build using "./manage.sh docker_build", add "push" as parameter also push the Docker image.
    The script requires a git repository to work (it makes sure that the last git tag matches searx/version.py)
    "git describe" is used to create a meaningful version.
    Example : 0.15.0-90-49c5bcb4-dirty (dirty means that the docker image was made with uncommited changes).
    
    Use "docker inspect -f {{.Config.Labels.version}} searx" to get the version of an existing image.
    
    .dockerignore based on .gitignore
    
    .travis.yml: include docker stage
Commits on Jul 6, 2019
  1. Fix ./manage.sh robot_tests (#1633)

    dalf committed Jul 6, 2019
    doi_resolvers / default_doi_resolver were missing in the settings_robots.yml file, so the test server was not able to start (crash). Since the output wasn't displayed, it was not obvious why the Selenium couldn't connect to searx.
Commits on Jun 30, 2019
  1. Merge pull request #1614 from Nachtalb/ne/improve-infinite-scroll

    kvch committed Jun 30, 2019
    Improve infinite scroll (and with it fixing a bug)
  2. Merge branch 'master' into ne/improve-infinite-scroll

    kvch committed Jun 30, 2019
Commits on Jun 24, 2019
  1. Merge pull request #1590 from rachmadaniHaryono/feature/fix-config

    kvch committed Jun 24, 2019
    fix: dev: python3 dict keys jsonify
  2. Merge branch 'master' into feature/fix-config

    kvch committed Jun 24, 2019
  3. Merge pull request #1620 from nfk/addr_setup

    kvch committed Jun 24, 2019
    Add addr setup via SEARX_BIND_ADDRESS
Commits on Jun 17, 2019
  1. Add addr setup via SEARX_BIND_ADDRESS

    nfk committed Jun 17, 2019
Commits on Jun 9, 2019
  1. Merge branch 'master' into feature/fix-config

    rachmadaniHaryono committed Jun 9, 2019
Commits on Jun 4, 2019
  1. Load next page shortly before hitting the bottom

    Nachtalb committed Jun 4, 2019
    This improves the user experience by loading in the next entries shortly before him getting to the bottom. It makes the scrolling more smooth without a break in between.
    
    It also fixes an error on my browser that scrolling never hits the defined number. When I debugged it I hit `.scrolltop` of 1092.5 and the `doc.height - win.height` of 1093, so the condition was never true.
Commits on Jun 3, 2019
  1. Merge pull request #1588 from rachmadaniHaryono/feature/fix-nose-cove…

    kvch committed Jun 3, 2019
    …rage
    
    install coverage_plugin of nose2 instead of coverage-plugin
Commits on May 29, 2019
  1. Merge branch 'master' into feature/fix-config

    rachmadaniHaryono committed May 29, 2019
  2. Merge branch 'master' into feature/fix-nose-coverage

    rachmadaniHaryono committed May 29, 2019
  3. [fix] Force Google old UI (#1597)

    unixfox authored and dalf committed May 29, 2019
Commits on May 28, 2019
  1. Merge branch 'master' into feature/fix-config

    rachmadaniHaryono committed May 28, 2019
  2. Merge branch 'master' into feature/fix-nose-coverage

    rachmadaniHaryono committed May 28, 2019
  3. Use string formatter to create source and img_format labels (#1566)

    Yetangitu authored and dalf committed May 28, 2019
    google_images :  use JSON embedded in HTML (engine expected pure JSON)
  4. Merge pull request #1562 from asciimoo/settings

    dalf committed May 28, 2019
    Remove some engines : subtitleseeker, seedpeer, swisscows
  5. Remove some engines : subtitleseeker, seedpeer, swisscows

    dalf committed Apr 12, 2019
    http://www.subtitleseeker.com and http://www.seedpeer.eu don't exist anymore.
    https://swisscows.ch/ has change : the engine needs to be updated
Commits on May 27, 2019
  1. Merge branch 'master' into feature/fix-config

    rachmadaniHaryono committed May 27, 2019
  2. fix: dev: nose package

    rachmadaniHaryono committed May 16, 2019
  3. Merge pull request #1595 from Venca24/fix_seznam

    dalf committed May 27, 2019
    [fix] seznam engine
  4. Merge branch 'master' into fix_seznam

    dalf committed May 27, 2019
  5. Merge pull request #1605 from dalf/requirements

    asciimoo committed May 27, 2019
    requirements.txt : update dependencies
Commits on May 26, 2019
  1. requirements.txt : update dependencies

    dalf committed May 26, 2019
Commits on May 21, 2019
  1. [fix] seznam engine

    Venca24 committed May 21, 2019
Commits on May 18, 2019
  1. new: dev: test for config api

    rachmadaniHaryono committed May 18, 2019
Commits on May 17, 2019
  1. fix: dev: python3 dict keys jsonify

    rachmadaniHaryono committed May 17, 2019
Commits on Apr 19, 2019
  1. Merge pull request #1558 from brunob/patch-1

    dalf committed Apr 19, 2019
    simple theme : use instance_name for page title
  2. Merge branch 'master' into patch-1

    dalf committed Apr 19, 2019
Older
You can’t perform that action at this time.