mirror of
https://github.com/searxng/searxng.git
synced 2025-08-04 02:52:42 +02:00
brands: add ISSUE_URL
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
4d64828237
commit
3381471933
5 changed files with 10 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8; mode: makefile-gmake -*-
|
||||
|
||||
export GIT_URL=https://github.com/asciimoo/searx
|
||||
export ISSUE_URL=$(GIT_URL)/issues
|
||||
export SEARX_URL=https://searx.me
|
||||
export DOCS_URL=https://asciimoo.github.io/searx
|
||||
|
||||
|
@ -86,6 +87,7 @@ engines-languages: pyenvinstall
|
|||
searx.brand:
|
||||
$(Q)echo "build searx/brand.py"
|
||||
$(Q)echo "GIT_URL = '$(GIT_URL)'" > searx/brand.py
|
||||
$(Q)echo "ISSUE_URL = '$(ISSUE_URL)'" >> searx/brand.py
|
||||
$(Q)echo "SEARX_URL = '$(SEARX_URL)'" >> searx/brand.py
|
||||
$(Q)echo "DOCS_URL = '$(DOCS_URL)'" >> searx/brand.py
|
||||
$(Q)echo "PUBLIC_INSTANCES = 'https://searx.space'" >> searx/brand.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue