This commit is contained in:
commit
029b83ef9b
21
.drone.yml
Normal file
21
.drone.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: mikefarah/yq
|
||||
commands:
|
||||
- yq r -j bangs.yml > bangs.json
|
||||
|
||||
- name: upload
|
||||
image: plugins/s3
|
||||
settings:
|
||||
bucket: cdn
|
||||
access_key:
|
||||
from_secret: aws_access_key_id
|
||||
secret_key:
|
||||
from_secret: aws_secret_access_key
|
||||
source: bangs.json
|
||||
target: /bangs/
|
||||
path_style: true
|
||||
endpoint: https://s3.sbruder.de
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
bangs.json
|
13
bangs.yml
Normal file
13
bangs.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Wikipedia
|
||||
wde: https://de.wikipedia.org/w/index.php?search=%s
|
||||
wen: https://en.wikipedia.org/wiki/Special:Search?search=%s
|
||||
|
||||
# Youtube
|
||||
yt: https://www.youtube.com/results?search_query=%s
|
||||
|
||||
# Dictionaries
|
||||
jisho: https://jisho.org/search/%s
|
||||
lide: https://de.linguee.com/deutsch-englisch/search?query=%s
|
||||
|
||||
# Package search
|
||||
alpine: https://pkgs.alpinelinux.org/packages?name=%s&arch=x86_64
|
Loading…
Reference in a new issue