国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| #Update system & reboot | |
| sudo apt update && sudo apt -y upgrade | |
| sudo reboot | |
| #Install Asterisk 16 LTS dependencies | |
| sudo apt -y install git curl wget libnewt-dev libssl-dev libncurses5-dev subversion libsqlite3-dev build-essential libjansson-dev libxml2-dev uuid-dev | |
| #Add universe repository and install subversio | |
| sudo add-apt-repository universe | |
| sudo apt update && sudo apt -y install subversion |
| const https = require("https"); | |
| const token = ""; // change this to you telegram bot token! | |
| const chatId = ""; // change this to your telegram chat id! | |
| const cookie = ""; // change this to your shanbay cookie! | |
| const PATH_API = (page) => | |
| `/wordsapp/user_material_books/blozps/learning/words/today_learning_items?ipp=10&page=${page}&type_of=NEW`; | |
| const options = { |
| { | |
| "schema_version": 1, | |
| "name": "WeChat", | |
| "description": "微信公众号全文 RSS", | |
| "source_url": false, | |
| "guid": "dd67102f09869c2228f8ed903a32d063", | |
| "tag_fg_color": "#333333", | |
| "tag_bg_color": "#66ff66", | |
| "icon": "leaf", | |
| "exported_at": "2019-01-12T10:56:41Z", |