Skip to content

Phanix's Blog

Menu
  • About Me / 關於我

Category: 工作

Gitlab runner install & setting

No Comments
| 學習工作, 工作

之前忘記整理一下,寫來記錄

Read More »

gitlab CI/CD 設定筆記

No Comments
| 學習工作, 工作

一開始是因為同事需要用 gitlab runner build vue.js 的 project, 並將結果 push 回其他 branch,但是會有問題,最終發現只是因為個單引號的關係 Orz 反正也是記錄一下,主要是整個找bug 過程

Read More »

跨網域的cookie與資料安全 / Cross domain cookie and data security

No Comments
| 學習工作, 工作, 研究, 程式

在過去美好(?)的年代,cookie的使用限制較少,但隨著網路安全、更嚴謹的CORS,乃至於個人隱私保護,cookie逐漸單純以追蹤瀏覽器行為的工具,而寬鬆的cookie 存取設定也漸漸變成不受到建議的使用方式。

Read More »

從 GitLab 11.6.3 升級到 13.7.4

1 Comment
| 學習工作, 工作

memo 一下, 免得升級 production 的時候GG

Read More »

關閉Twilio 視訊聊天室的同步問題 / Sync issue when closing Twilio video call room

No Comments
| 學習工作, 工作, 程式

跟同事C一起弄Twilio 網頁端視訊聊天室,先前都很正常,最近卻開始出現了奇妙的狀況。深究原因是因為async的 api request, 加上 Twilio 會在最後一個聊天室成員離開後就將其關閉造成。

Read More »

Gitlab expose both http & https

No Comments
| 學習工作, 工作

gitlab 理論上只能有一個對外網址,在 /etc/gitlab/gitlab.rb 內 (相關設定請參考 https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab ) 而做完修改之後執行 gitlab-ctl reconfiguration 則會產生 nginx 的 config file, 放在 /var/opt/gitlab/nginx/conf/gitlab-http.conf 所以如果需要同時 expose http 和 https 的話,只要在 gitlab-http.conf 裏頭修改就可以,例如這樣 server { listen *:80; listen *:443 ssl; ssl_certificate /var/www/ssl/xxx.chained.crt; ssl_certificate_key /var/www/ssl/xxx.key; ssl_protocols TLSv1.2; ## 以下省略 } 修改之後記得重新啟動 gitlab nginx ($ gitlab-ctl restart nginx) 就可以了

Read More »

python ver HorizonNet install & performance

No Comments
| 學習工作, 工作

Source from colleague, who found https://sunset1995.github.io/HorizonNet/ for 360 image horizontal correction.

Read More »

phpmyadmin sql.lib.ph error #613

No Comments
| 學習工作, 工作, 程式

phpmyadmin version 4.6.6deb5ubuntu0.5,其他版本不確定有沒有

Read More »

UI freezes in Flutter build iOS app in China

No Comments
| 學習工作, 工作

最近遇到的問題,只能說中國網路神奇事情多多

Read More »

php handle CORS http api request in Unity WebGL project

No Comments
| 學習工作, 工作, 程式

Unity 可以將專案 deploy 到 web 環境中執行,但此時送 http api request 的時候,就會有 CORS 需要處理。

Read More »

Posts pagination

Previous 1 2 3 4 … 18 Next

Recent Posts

  • NextJS connect to backend Go api for buffering response
  • NextJs 的 404 handling
  • 強制 nextjs app router 不使用 Static Site Generation (SSG)
  • 將長時間英文 podcast 轉為中文 SRT 字幕檔
  • Letsencrypt 設定讓 apache2 通過 ssl labs 安全測試 A+

Recent Comments

  • Champagne Tasting - 2023/09 - Phanix's Blog on 龍吟 wine dinner
  • 天灰 on 撲克牌遊戲 — 德州撲克 (Texas Hold’em / Texas Poker)
  • 用FFmpeg取代 AWS Media Converter - Phanix's Blog on AWS S3+Media Converter+CloudFront 做 video file streaming CDN服務
  • Mount GCP storage as filesystem, and access with php - Phanix's Blog on php+apache 執行 sudo 命令出現 sudo: no tty present and no askpass program specified
  • Chateau de la Roche-aux-Moines (Nicolas Joly) Tasting - Phanix's Blog on Nicolas Joly 與他的生物動力法哲學

Archives

Tags

.net (29) 2008 (66) 2009 (91) Bordeaux (46) Bourgogne (37) c# (33) Cabernet Sauvignon (41) California (85) Chardonnay (46) dessert wine (26) food (53) France (58) France 法國 (68) French (28) French wine (25) japanese food (32) murmuring (25) photo-taking (46) photographing (48) php (41) Pinot Noir (52) programming (38) red wine (189) Santa Cruz (33) system administration (72) Taiwan (40) traveling (74) USA (125) white wine (120) wine (176) wine tasting (225) 加州 (64) 勃根地 (40) 台灣 (29) 品酒 (223) 攝影 (93) 旅遊 (60) 法國 (33) 波爾多 (38) 甜酒 (28) 白酒 (116) 系統管理 (51) 紅酒 (186) 美國 (100) 義大利 (36)

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Phanix's Blog 2025 . Powered by WordPress