Ben (Chai-Shi)

Results 9 comments of Ben (Chai-Shi)

Hi there! I found a feasible solution for line length warning. It is done by `questionary`'s text validator, which will show a red color background warning at the bottom-left corner...

要換 [email protected] 至別的信箱可以 可以使用 [Google STMP Relay](https://support.google.com/a/answer/2956491?hl=en#zippy=%2Csendmail%2Cpostfix) + Postfix (MTA/SMTP) 達成。 實驗結果: 1. 先架設一個 Postfix server 在 local, 使用專案 [dockerized postfix](https://github.com/bokysan/docker-postfix?tab=readme-ov-file#configuration-options) 下 `docker run --rm --name postfix -e "ALLOWED_SENDER_DOMAINS=gmail.com" -e...

👌🏻 - 目前的部署流程很單純,ansible 導入的步驟也不會太複雜所以才試試看。 - Ansible 底層也是借由 ssh 去對 VM 操作,但使用的是 ansible 開發的 modules (playbook) 去下指令。好處是它在每一次執行都會檢查狀態(state change),使用者可以在 result 看到執行的結果,壞處是 modules/playbook/yaml 的學習成本比較高。但相較於 ssh-action, ansible 比較成熟。 但由於目前手動部署的方式我自己也沒有太清楚,所以在 CD 上需要小心。目前只是驗證到可以把 codebase 搬過去,並且 build...

更新了,可以分為以下幾點: 1. Ansible 的導入先從 staging VM 開始,且產生的 docker image 與 docker container 有做名稱上的區隔。 2. 修改可以觸發 CD action 的事件, 分成兩部分: 第一: 當 master 有新的 commit (由於 PR 經過 review 後才 merge,...

Hi @tyuchx [google-github-actions](https://github.com/google-github-actions/ssh-compute) 其實跟 Ansible 是一樣後面都是 ssh,看起來 ssh-compute 這個套件是專門為 gcp 所設計,而 ansible 是不分平臺的。意思是這個 PR 也是 Github Action + SSH, 只是 SSH 是 ansible 而不是 ssh-compute。不過也蠻有道理 Ansible 要瞭解 playbook 的概念,ssh-compute 則是...

I want to work on this, is this ok?

I propose to use a new repository for this issue as @lafriks described. The GitHub organization's member profile uses a separate repository as well. For the design: 1. the existing...

> Can we put the content in the same repository? I'm unsure if we can because I'm quite new to this project. > I don't know whether people would like...

> Since the new repository is proposed, a name with .profile-private in the create repository page should automatically resolve the repo name and check/uncheck and disable the checkbox by recognizing...