Skip to content

This is a simple web application written in Go using the Fiber web framework. The purpose of this application is to provide a customizable start page with links to your favorite websites.

Notifications You must be signed in to change notification settings

hightemp/wapp_start_page_links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wapp_start_page_links

This is a simple web application written in Go using the Fiber web framework. The purpose of this application is to provide a customizable start page with links to your favorite websites.

2024-01-13_18-30.png

Getting Started

  1. Clone the repository to your local machine.
  2. Make sure you have Go installed.
  3. Create a .env file in the project root with the following content:
    PORT=8585
    HOST=0.0.0.0
    CONFIG_FILE=./config.yaml
    
    Adjust the values as needed.
  4. Run the application:
    go run main.go

Usage

  • Visit https://localhost:8585 in your web browser to access the start page.
  • Click on the "Edit List" button to manage your website links.
  • Customize the settings by navigating to the "Settings" page.

Dependencies

About

This is a simple web application written in Go using the Fiber web framework. The purpose of this application is to provide a customizable start page with links to your favorite websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published