diff options
-rw-r--r-- | cgit/cgit/sneed.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | cgit/cgitrc | 3 | ||||
-rw-r--r-- | searx/searx/settings.yml | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/cgit/cgit/sneed.ico b/cgit/cgit/sneed.ico Binary files differnew file mode 100644 index 0000000..8ae8ae3 --- /dev/null +++ b/cgit/cgit/sneed.ico diff --git a/cgit/cgitrc b/cgit/cgitrc index 5345a45..3c315ea 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -4,9 +4,10 @@ css=/sneed.css logo=/sneed.png +favicon=/sneed.ico virtual-root=/git scan-path=/srv/git/ -root-title=Sneed's Feed and Seed Git Server +root-title=Git Sneed root-desc=Formerly Chucks. diff --git a/searx/searx/settings.yml b/searx/searx/settings.yml index bc722be..6b50a92 100644 --- a/searx/searx/settings.yml +++ b/searx/searx/settings.yml @@ -2,7 +2,7 @@ use_default_settings: True general: debug : False # Debug mode, only for development - instance_name : "Sneed's Feed and Seed" # displayed name + instance_name : "Sneed Searx" # displayed name search: safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict @@ -13,7 +13,7 @@ server: port : 8888 bind_address : "127.0.0.1" # address to listen on secret_key : "" # change this! - base_url : "https://debian/searx" # Set custom base_url. Possible values: False or "https://your.custom.host/location/" + base_url : "https://127.0.0.1/searx" # Set custom base_url. Possible values: False or "https://your.custom.host/location/" image_proxy : False # Proxying image results through searx ui: |