当前位置:网站首页>Personal homepage software fenrus
Personal homepage software fenrus
2022-04-23 09:28:00 【Yangpu Laosu】

Today is the first day of staying at home 22 God
Wednesday nucleic acid , Thursday off , Continue to rest on Friday . Theoretically, if it doesn't happen again , The community can be downgraded to a controlled area today , But so far , I haven't seen any official news .
What is? Fenrus ?
FenrusIs based onnode.jsDeveloped personal homepage / instrument panel . It allows you to have a custom home page / New tab , For quick access to your personal applications / Website . It is similar to the previous IntroductionFlame、HeimdallAnd other navigation software .
This is a netizen tommy I began to toss about when I asked , The interface is very beautiful , You can feel it

install
On the group light with Docker Way to install .
Search the registry for fenrus , Select first revenz/fenrus, Double click to download directly .

volume
stay docker In the folder , Create a new folder , I'm going to call it fenrus, And create two subfolders data and images

| Folder | Loading path | explain |
|---|---|---|
docker/fenrus/data |
/app/data |
Storing data |
docker/fenrus/images |
/app/wwwroot/images |
Store image |

port
The local port does not conflict , If you're not sure, you can use the command to check
# Check port usage
netstat -tunlp | grep Port number
| Local port | Container port |
|---|---|
3830 |
3000 |

Command line installation
If you are familiar with the command line , Possible docker cli Faster
# Create directory
mkdir -p /volume2/docker/fenrus/{
data,images}
# Get into fenrus Catalog
cd /volume2/docker/fenrus
# Run container
docker run -d \
--name fenrus \
-p 3830:3000 \
-v $(pwd)/data:/app/data \
-v $(pwd)/images:/app/wwwroot/images \
--restart unless-stopped \
revenz/fenrus:latest
function
Registered users
Enter... In the browser http:// Synology IP:3830 You can see the initialization setting interface

Set the password SAVE Just register an administrator account

Click on Settings Button

Enter the setting interface

Set search
Find the menu System Search Engines

spot ADD To add new search
Name:BaiduperhapsbaiduFine , Is used to identify ;URL: The search format ishttps://www.baidu.com/s?wd=%sShortcut: Set asbd, But Lao Su didn't understand the usefulness of this

spot SAVE preservation

Add the Baidu Set to Default

When I returned to the home page, the search engine had changed , If it doesn't take effect, brush more times

New group
Find the menu System Groups

The original two groups can not be deleted even if they are useless , as long as Disable Can

We can go through ADD To create your own group

Add site
You can use the... In the lower right corner ADD ITEM To add a site

There are three types

It has built-in many common applications

With HomeAssistant For example , First in HomeAssistant Create a Long term access token

go back to Fenrus continue

If TEST Show

spot SAVE After saving, it will automatically return to grouping

The panel shows
If you will grouping Add to Dashboard, The home page will show

find Dashboards , Yes Default Editing , adopt ADD Add the newly created test grouping

After that, we will see what we added on the home page HomeAssistant Button , Click to open HomeAssistant The main interface after login

Close registration
The default is to run the registered

Close to disable user registration

remaining problems
Upload your own icon , It can be displayed normally in the background

But there seems to be a problem with the front-end display

from system.json see ,Icon Adopted base64 Save as a file instead of as a file

The version is 0.4.0.0
The latest version at the time of posting is
0.4.0.326

Reference documents
revenz/Fenrus: A personal home page for quick access to all your personal apps/sites.
Address :https://github.com/revenz/Fenrus
版权声明
本文为[Yangpu Laosu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230924470380.html
边栏推荐
- Get trustedinstaller permission
- STM32 and FreeRTOS stack parsing
- web页面如何渲染
- Go language learning notes - array | go language from scratch
- Data visualization: use Excel to make radar chart
- 小程序报错:Cannot read property 'currentTarget' of undefined
- Employee probation application (Luzhou Laojiao)
- Using JS to realize a thousandth bit
- How to protect open source projects from supply chain attacks - Security Design (1)
- 【SQL server速成之路】数据库的视图和游标
猜你喜欢

Set the maximum width of the body, but why does the background color of the body cover the whole page?

小程序报错:Cannot read property 'currentTarget' of undefined

Failed to download esp32 program, prompting timeout

The most concerned occupations after 00: civil servants ranked second. What was the first?

501. 二叉搜索树中的众数

STM32 and FreeRTOS stack parsing

Program, process, thread; Memory structure diagram; Thread creation and startup; Common methods of thread

搞不懂时间、时间戳、时区,快来看这篇

Unfortunately, I broke the leader's confidential documents and spit blood to share the code skills of backup files

Matlab draw five-star red flag
随机推荐
搞不懂时间、时间戳、时区,快来看这篇
[SQL Server fast track] view and cursor of database
ASUS laptop can't read USB and surf the Internet after reinstalling the system
Distributed message oriented middleware framework selection - Digital Architecture Design (7)
JS case to find the maximum value, reverse the array, bubble sort
EmuElec 编译总结
Using sqlmap injection to obtain the account and password of the website administrator
Yyds dry goods inventory ubuntu18 0.4 install MySQL and solve error 1698: access denied for user ''root' '@' 'localhost' '
Kettle实验 (三)
STM32 and FreeRTOS stack parsing
[Luke V0] verification environment 2 - Verification Environment components
Kettle实验
员工试用期转正申请书(泸州老窖)
Open services in the bottom bar of idea
Data visualization: use Excel to make radar chart
Kettle实验 (三)
Kettle experiment
如何实现根据照片获取地理位置及如何防御照片泄漏地理位置
To remember the composition ~ the pre order traversal of binary tree
Creation of raid0 and RAID5 and Simulation of how RAID5 works