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

Deploy your own navigation site - dashy

Nowadays, we have to visit too many web pages every day. Although Chrome is very useful with its powerful tab system, it always feels like something is missing. Today, I'm going to share an open-source navigation website system called dashy. This is a project by a foreign expert, which can be found on GitHub by searching for Lissy93/dashy.

Let me briefly explain why I'm sharing this project:

  • Supports multi-page management
  • Completely free and open-source
  • Easy to install, supports Docker
  • Pages support Chinese!

Next, we will install it using Docker, with just one command.

  1. Connect to your terminal via SSH.
  2. Enter the command "docker run -d -p 4000:80 lissy93/dashy" to pull and start the container.
  3. Access the front-end page at http://ip:4000 to see that it has started.

image

  1. First, let's change the language to Chinese.

image

  1. Click on "Edit Page" in the upper right corner, and then add a new section.

image

  1. I created a new section here called "Search Websites". You can set the icon for this section (requires image address), as well as sorting method, rows and columns, and other configurations.

  2. After creating the section, we can now add items.

image

  1. I'll use Baidu as an example here.

image

After creating it, let's save and see the effect. Then I added Google and Bing as well.

  1. I added their icons randomly, so it doesn't look aesthetically pleasing. Let me mention some of its other features. You can explore them on your own.

  2. Themes and layouts can be modified, and themes can be edited. There are many themes available.

image

  1. Supports cloud backup and synchronization.

image

  1. Supports search and custom styles.

Overall, this navigation website is quite good, with many customizable features. If you're interested, you can try installing it yourself. Then, by setting up reverse proxy and binding a domain name (which I have written about multiple times before), you can have your own navigation website.

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