This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1 @@ | ||
> **Check out the main project repository [safing/portmaster](https://github.com/safing/portmaster)** | ||
# Portmaster UI | ||
|
||
This repo holds all the UI related components for the [portmaster](https://github.com/safing/portmaster). | ||
Please refer to that repo for an overview of this project and a screenshot tour of the UI. | ||
|
||
### Repo structure | ||
|
||
- `app`: Thin web wrapper app to run the UI modules. | ||
- `assets`: UI assets used by multiple modules. | ||
- `dist`: All built parts end up here. | ||
- `modules`: UI modules based on web technologies. | ||
- `notifier`: Tray/menu icon and prompting program. | ||
|
||
### Building | ||
|
||
Running the `pack` script in the root directory will build all UI components for all supported systems (you must be on linux). | ||
|
||
The output in the `dist` directory will look something like this: | ||
|
||
``` | ||
all/ui/modules/assets_v0-1-1.zip | ||
all/ui/modules/base_v0-1-1.zip | ||
all/ui/modules/monitor_v0-1-1.zip | ||
all/ui/modules/profilemgr_v0-1-1.zip | ||
all/ui/modules/settings_v0-1-1.zip | ||
[OS]_[ARCH]/app/portmaster-ui_v0-1-1 | ||
[OS]_[ARCH]/notifier/portmaster-notifier_v0-1-1 | ||
``` | ||
# Moved to [github.com/safing/portmaster](https://github.com/safing/portmaster)/[desktop](https://github.com/safing/portmaster/tree/develop/desktop) |