banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

使用 Docker 構建一個線上海報製作平台

Fastposter 海報生成器是一個強大且高效的工具,專為快速開發和設計海報而生。只需上傳我們選擇的背景圖,然後在相應位置添加您需要的組件,例如文字、圖片、二維碼或頭像即可,輕鬆簡單就可以完成海報的製作。

作者的 github 專案地址如下:

https://github.com/psoho/fast-posterfastposter#

支持以下特性:

支持 docker 部署在本地
支持電商生產環境
支持主流的 Java Python GO 等 SDK
兼容主流的文件格式如 png,jpeg,webp 等
支持快速導出代碼
如果你沒有伺服器,那麼可以直接訪問作者的在線網站嘗試製作即可:

https://fastposter.net/demo/open/#

如果你想部署到伺服器上,那麼只需要安裝好 docker 之後。執行命令 docker run -it --name fastposter -p 5000:5000 fastposter/fastposter 將容器啟動。然後再執行 firewall-cmd --permanent --zone=public --add-port=5000/tcp 和 firewall-cmd --reload 將端口暴露。接著前台訪問 http://ip:5000 端口即可。部署好的樣式是這樣的。

image

image
頁面上有寫具體的示例代碼。也可以直接訪問開發者文檔:https://fastposter.net/doc/sdk/ 來更好的接入代碼。

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。