-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete
- Loading branch information
Showing
47 changed files
with
368 additions
and
220 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,5 +1,6 @@ | ||
# Development | ||
HOST=0.0.0.0 | ||
PORT=3000 | ||
SIGNTOOL_PATH= | ||
# Bundled | ||
VERSION_URL= |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ dist | |
release | ||
squashfs-root | ||
.DS_Store | ||
PodmanDesktopCompanion.pfx | ||
|
||
# Logs | ||
logs | ||
|
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
This file was deleted.
Oops, something went wrong.
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 +1 @@ | ||
5.2.2-rc.5 | ||
5.2.2-rc.6 |
This file was deleted.
Oops, something went wrong.
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 +1 @@ | ||
5.2.2-rc.5 | ||
5.2.2-rc.6 |
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
Binary file not shown.
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" data-version="5.2.2-rc.6"> | ||
|
||
<head> | ||
<meta charset="UTF-8" />1 | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
|
||
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> | ||
<link rel="icon" href="./favicon-32x32.png" type="image/png" /> | ||
|
||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.15.0/css/all.css" /> | ||
<link rel="preconnect" href="//fonts.googleapis.com" /> | ||
<link rel="preconnect" href="//fonts.gstatic.com" crossorigin /> | ||
<link rel="stylesheet" href="//fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap" /> | ||
<link rel="stylesheet" href="./css/common.css?v=5.2.2-rc.6" /> | ||
<link rel="stylesheet" href="./css/dark-theme.css?v=5.2.2-rc.6" id="themelink" /> | ||
<link rel="stylesheet" href="./css/responsive.css?v=5.2.2-rc.6" /> | ||
<title>Podman Desktop Companion</title> | ||
</head> | ||
|
||
<body> | ||
<div class="navbar"> | ||
<img class="logo" src="./img/logo.svg" alt="logo" /> | ||
</div> | ||
|
||
<div class="intro"> | ||
<h1>Podman Desktop Companion<br />Privacy policy</h1> | ||
<ul class="privacy-policy"> | ||
<li>This project does not perform any telemetry.</li> | ||
<li>This project does not collect, store or process any data, personal or 3rd party.</li> | ||
<li>Accessing 3rd-party registries such as docker.io or quay.io have their own behavior in relation to privacy.</li> | ||
<li>This website uses github pages that performs its own analytics - see more details here <a href="https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement" target="_blank">https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement</a></li> | ||
</ul> | ||
<br /> | ||
<p class="intro-nav"> | ||
<a href="./index.html">Click to go back to the home page</a> | ||
</p> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
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
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,10 +1,10 @@ | ||
{ | ||
"name": "podman-desktop-companion", | ||
"title": "Podman Desktop Companion", | ||
"version": "5.2.2-rc.5", | ||
"version": "5.2.2-rc.6", | ||
"author": "Ionut Stoica <[email protected]>", | ||
"description": "Podman Desktop Companion", | ||
"main": "build/main-5.2.2-rc.5.mjs", | ||
"main": "build/main-5.2.2-rc.6.mjs", | ||
"homepage": "./", | ||
"type": "module", | ||
"scripts": { | ||
|
@@ -92,7 +92,7 @@ | |
"autoprefixer": "^10.4.20", | ||
"cross-env": "^7.0.3", | ||
"dotenv": "^16.4.5", | ||
"electron": "32.0.2", | ||
"electron": "32.1.0", | ||
"electron-builder": "^25.0.5", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
|
@@ -102,7 +102,7 @@ | |
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.35.2", | ||
"eslint-plugin-react": "^7.36.0", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-refresh": "^0.4.11", | ||
"mime-types": "^2.1.35", | ||
|
Binary file not shown.
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
Oops, something went wrong.