→ holishing: 好像還沒更新,再找時間試試看 10/31 19:21
好了
更新 Ptt Docker 映像使用方式,
主要是 websocket 的使用者介面開啟方式有差別:
若要使用 websocket 連線,
(sudo) docker run -d -p 8888:8888 -p 48763:48763 bbsdocker/imageptt
之後
要開啟的網址改成 https://bbsdocker.github.io/PttChrome-static/
(因為已經把 websocket client 相關的東西從 Docker image 分出去了)
拿來測 crawler api 的應該沒差,
相關文件見:https://github.com/ptt/pttbbs/wiki/Docker
若有什麼 config 要調整的可以參考
https://github.com/bbsdocker/imageptt/blob/master/pttbbs_conf 修改
或歡迎直接提 PR