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

Build an online poster creation platform using Docker

Fastposter Poster Generator is a powerful and efficient tool designed for quickly developing and designing posters. Simply upload the background image we select, then add the components you need in the corresponding positions, such as text, images, QR codes, or avatars, to easily and simply complete the poster production.

The author's GitHub project address is as follows:

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

Supports the following features:

Supports docker deployment locally
Supports e-commerce production environment
Supports mainstream SDKs such as Java Python GO, etc.
Compatible with mainstream file formats such as png, jpeg, webp, etc.
Supports quick code export
If you don't have a server, you can directly visit the author's online website to try making it:

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

If you want to deploy it on a server, you just need to install docker. After that, run the command docker run -it --name fastposter -p 5000:5000 fastposter/fastposter to start the container. Then run firewall-cmd --permanent --zone=public --add-port=5000/tcp and firewall-cmd --reload to expose the port. Then access http://ip:5000 in the foreground. The deployed style looks like this.

image

image
There are specific example code on the page. You can also directly visit the developer documentation: https://fastposter.net/doc/sdk/ for better code integration.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.