Skip to content

Instantly share code, notes, and snippets.

View lddsb's full-sized avatar
⬆️
Go for it

Dee Luo lddsb

⬆️
Go for it
View GitHub Profile
@lddsb
lddsb / md.tpl
Created September 20, 2019 01:53
### [TPL_REPO_SHORT_NAME]的[TPL_COMMIT_BRANCH] 发布 [TPL_BUILD_STATUS] (`耗时 [TPL_BUILD_CONSUMING]s`)
更新内容: [TPL_COMMIT_MSG]
更新详情: [[TPL_COMMIT_SHA]]([TPL_COMMIT_LINK])
更新作者: [[TPL_AUTHOR_NAME]([TPL_AUTHOR_EMAIL])](mailto:[TPL_AUTHOR_EMAIL])
[点击查看打包详情 [TPL_STATUS_EMOTICON]]([TPL_BUILD_LINK])
@lddsb
lddsb / version1.conf
Last active March 5, 2019 15:12
Apache2 uses the Alias setting to open the Vista mode Vue project 404 solution
<VirtualHost _default_:443>
ServerName example.com
...
Alias /example "/path/to/vue/dist"
<Directory /path/to/vue/dist>
AllowOverride all
Require all granted
FallbackResource /index.html
</Directory>
...
@lddsb
lddsb / config.yml
Last active August 21, 2019 01:42
run clash in docker
# 2018-10-11 00:15:14
#---------------------------------------------------#
## 配置文件需要放置在 $HOME/.config/clash/config.yml
#---------------------------------------------------#
# HTTP 代理端口
port: 7890
# SOCKS5 代理端口
socks-port: 7891
@lddsb
lddsb / docker-compose.yml
Last active March 2, 2019 02:04
easy to using verdaccio
version: '3.7'
services:
verdaccio:
image: verdaccio/verdaccio
restart: always
container_name: verdaccio
networks:
- webnet
volumes:
- verdaccio:/verdaccio
@lddsb
lddsb / correct.yml
Last active February 25, 2019 09:54
Drone CI's vault secret uses points to pay attention to
...
trigger:
branch:
- master
---
kind: secret
external_data:
example:
path: secret/data/example
---
kind: pipeline
@lddsb
lddsb / abc.yaml
Last active February 21, 2019 15:17
---
kind: pipeline
name: default