-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpak.json
More file actions
64 lines (64 loc) · 1.53 KB
/
Copy pathcpak.json
File metadata and controls
64 lines (64 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://raw.githubusercontent.com/Containerpak/cpak/v2/schema/manifest-v3.json",
"manifest_version": "3.0",
"name": "Joplin",
"description": "Write notes and synchronize them across your devices.",
"version": "3.7.18",
"image": "ghcr.io/containerpak/joplin@sha256:3abcee532ce82d36efc37d07c70f728cf3307fa9cff37c60675f69c5ece3b6c1",
"binaries": [
"/usr/bin/joplin"
],
"desktop_entries": [
"/usr/share/applications/joplin.desktop"
],
"dependencies": [],
"addons": [],
"idle_time": 0,
"override": {
"displayX11": false,
"socketWayland": true,
"socketPulseAudio": false,
"socketSshAgent": false,
"socketCups": true,
"socketGpgAgent": false,
"bluetooth": false,
"deviceDri": true,
"deviceKvm": false,
"deviceShm": true,
"deviceAlsa": false,
"deviceVideo": false,
"deviceFuse": false,
"deviceTun": false,
"deviceUsb": false,
"deviceSerial": false,
"deviceInput": false,
"deviceTTY": false,
"deviceAll": false,
"notification": true,
"openURI": true,
"hostApplications": false,
"hostActions": [],
"filesystem": [
{
"path": "xdg-documents",
"access": "read-write"
},
{
"path": "xdg-download",
"access": "read-write"
},
{
"path": "xdg-pictures",
"access": "read-write"
}
],
"env": [],
"network": true,
"process": false,
"userNamespaces": true,
"memoryMaxMB": 0,
"cpuQuota": 0,
"pidsMax": 0,
"asRoot": false
}
}