-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
97 changed files
with
3,986 additions
and
3,942 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
_archive | ||
.DS_* | ||
.env.* | ||
.htaccess | ||
.htaccess* | ||
.idea | ||
.out.* | ||
.rsync-ignore | ||
*.local | ||
*.log | ||
*.spec.* | ||
bg.jpg | ||
build | ||
data | ||
dist | ||
dist_electron | ||
docker | ||
internal | ||
legacy | ||
logs | ||
node_modules | ||
npm-debug.log | ||
package-lock.json | ||
pnpm-lock.yaml | ||
tmp | ||
video | ||
www | ||
yarn-error.log |
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,3 @@ | ||
{ | ||
"extends": "@antfu" | ||
} |
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
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,4 +1,5 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"semi": false | ||
"semi": false, | ||
"singleQuote": true | ||
} |
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,7 @@ | ||
{ | ||
"prettier.enable": false, | ||
"editor.formatOnSave": false, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
"engines": { | ||
"node": ">=16.0.0" | ||
} | ||
} | ||
} |
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
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,4 +1,4 @@ | ||
version: "3" | ||
version: '3' | ||
|
||
services: | ||
briefing: | ||
|
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 |
---|---|---|
|
@@ -16,4 +16,3 @@ networks: | |
default: | ||
external: | ||
name: proxy | ||
|
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,55 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover" | ||
/> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" | ||
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover" /> | ||
<title>Briefing - Secure direct video conferencing</title> | ||
|
||
<title>Briefing - Secure direct video conferencing</title> | ||
<meta | ||
name="apple-itunes-app" | ||
content="app-id=1510803601, app-clip-bundle-id=de.holtwick.Briefing.BriefingAppClip" | ||
/> | ||
|
||
<meta name="apple-itunes-app" content="app-id=1510803601, app-clip-bundle-id=de.holtwick.Briefing.BriefingAppClip" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta | ||
name="apple-mobile-web-app-status-bar-style" | ||
content="black-translucent" | ||
/> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
|
||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta name="msapplication-TileColor" content="#272727" /> | ||
<meta name="theme-color" content="#5EA5FF" /> | ||
<meta | ||
name="keywords" | ||
content="video,chat,group,conferencing,secure,privacy,webrtc,vue,browser,webapp,app,communication,free,opensource,e2ee,p2p" | ||
/> | ||
<meta | ||
property="og:description" | ||
name="description" | ||
content="Briefing - Start a secure anonymous video chat" | ||
/> | ||
<meta property="og:url" content="https://brie.fi/ng" /> | ||
<meta property="og:title" content="Briefing - Start a secure video chat" /> | ||
<meta property="og:image" content="https://brie.fi/og-image.png" /> | ||
<meta | ||
property="og:image:alt" | ||
content="Briefing - Start a secure video chat" | ||
/> | ||
<meta name="twitter:creator" content="@holtwick" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="og:type" content="website" /> | ||
|
||
<meta name="msapplication-TileColor" content="#272727" /> | ||
<meta name="theme-color" content="#5EA5FF" /> | ||
<meta name="keywords" | ||
content="video,chat,group,conferencing,secure,privacy,webrtc,vue,browser,webapp,app,communication,free,opensource,e2ee,p2p" /> | ||
<meta property="og:description" name="description" content="Briefing - Start a secure anonymous video chat" /> | ||
<meta property="og:url" content="https://brie.fi/ng" /> | ||
<meta property="og:title" content="Briefing - Start a secure video chat" /> | ||
<meta property="og:image" content="https://brie.fi/og-image.png" /> | ||
<meta property="og:image:alt" content="Briefing - Start a secure video chat" /> | ||
<meta name="twitter:creator" content="@holtwick" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="og:type" content="website" /> | ||
<style type="text/css"> | ||
body { | ||
background: #272727; | ||
color: white; | ||
} | ||
</style> | ||
|
||
<style type="text/css"> | ||
body { | ||
background: #272727; | ||
color: white; | ||
} | ||
</style> | ||
<script type="module" src="/briefing-config.js"></script> | ||
<script | ||
defer | ||
data-domain="brie.fi" | ||
src="https://data.holtwick.de/js/plausible.js" | ||
></script> | ||
</head> | ||
|
||
<script type="module" src="/briefing-config.js"></script> | ||
<script defer data-domain="brie.fi" src="https://data.holtwick.de/js/plausible.js"></script> | ||
</head> | ||
|
||
<body> | ||
<noscript> | ||
<strong> | ||
We're sorry but this app doesn't work properly without JavaScript | ||
enabled. Please enable it to continue. | ||
</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
|
||
</html> | ||
<body> | ||
<noscript> | ||
<strong> | ||
We're sorry but this app doesn't work properly without JavaScript | ||
enabled. Please enable it to continue. | ||
</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</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
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,3 +1,3 @@ | ||
// Some services prefer to start with app.js | ||
|
||
import "./dist/main.cjs" | ||
import './dist/main.cjs' |
Oops, something went wrong.