Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Scott Bishel 073ef8af75 update to version 7.2.0 2 years ago
..
Focalboard Update GitHub workflow to use Windows 2022 (#2348) 2 years ago
art Windows WPF / UWP app 3 years ago
.gitignore Windows zip package 3 years ago
AppxManifest.xml update to version 7.2.0 2 years ago
Focalboard.sln Windows WPF / UWP app 3 years ago
README.md Add readme for Mac and Win apps (#2757) 2 years ago
build.bat windows: updates based on tests for gitlab (#546) 3 years ago
package-zip.bat Windows zip package 3 years ago
package.bat Windows WPF / UWP app 3 years ago

README.md

Focalboard Windows Personal Desktop

This folder contains the code for the Windows Personal Desktop. It packages a lightweight C# Windows App with the Windows build of the server, and the webapp. The server is run in a single-user mode.

Debugging in Visual Studio

Open Focalboard.sln in Visual Studio to debug it.

Testing the single-user server

You can also run the server in single-user mode and connect to it via a browser:

  1. Run FOCALBOARD_SINGLE_USER_TOKEN=testtest make watch-single-user
  • This runs the server with the -single-user flag
  • Alternatively, select Go: Launch Single-user Server from VSCode's run and debug options
  1. Open a browser to http://localhost:8000
  2. Open the browser developer tools to Application \ Local Storage \ localhost:8000
  3. Set focalboardSessionId to testtest
  4. Navigate to http://localhost:8000