You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Open source. No proprietary technologies. No external requests. No tracking.
24
30
25
31
## Try
26
-
[Try a live version of pimpim](https://lybekk.tech/pimpim/) (or use it permanently, as it works just as it will anywhere else). You may close the browser and tabs. Your data will still be there.
32
+
[Try a live version of offPIM](https://offpim.app/) (or use it permanently, as it works just as it will anywhere else). You may close the browser and tabs. Your data will still be there.
27
33
28
-
* PS: Your data never leaves your browser, as it uses [PouchDB](https://pouchdb.com/), an in-browser database. The data entered into pimpim will neaver touch the server it's hosted on (unless you want to synchronize with a remote database).
34
+
* PS: Your data never leaves your browser, as it uses [PouchDB](https://pouchdb.com/), an in-browser database. The data entered into offPIM will neaver touch the server it's hosted on (unless you want to synchronize with a remote database).
29
35
* PS2: The downside to this however, is that the data will disappear if the browser cache/data gets deleted during an upgrade or the like. Remember to back up and/or synchronize regularly, as is crucially regarding all valuable data.
30
36
* PS3: To verify the data flow, open the developer tab (F12), and check the network tab to see where the traffic goes (or rather, where it doesn't go).
* "PIMPIM-Electron" is currently only built and tested on Linux (though it is possible to build for another OS yourself)
51
56
1.[Download the app for your operating system](#downloads) (currently Linux only)
52
-
2. Make it executable `$ chmod a+x path-to-file/pimpim_desktop.AppImage`
53
-
3. and run! `$ ./path-to-file/pimpim_desktop.AppImage`
57
+
2. Make it executable `$ chmod a+x path-to-file/offpim_desktop.AppImage`
58
+
3. and run! `$ ./path-to-file/offpim_desktop.AppImage`
54
59
55
-
**OR**
60
+
**Note:** "offPIM-Electron" is currently only built and tested on Linux (though it is possible to build for another OS yourself)
61
+
62
+
*OR*
56
63
57
64
2.**Self-hosted static bundle (SPA)**
58
-
* Suitable for placing on a private VPS served by Apache, or any other http-server (I.E. python http.server or Node.js http.createServer)
59
-
1.[Download](#downloads) and unzip contents in a sub-directory named `pimpim` on any HTTP-server.
65
+
1.[Download](#downloads) and unzip contents in any directory (even root) on any HTTP-server.
66
+
67
+
**Note:** Suitable for placing on a private VPS served by Apache, or any other http-server (I.E. python http.server or Node.js http.createServer)
60
68
61
69
See the [documentation](docs/gettingstarted#installation) for more details and options.
62
70
@@ -104,7 +112,7 @@ npm run electron:build
104
112
See [documentation](docs/gettingstarted) for customization options.
105
113
106
114
### Security
107
-
PIMPIM doesn't include any built-in security features (i.e. local encryption), and relies entirely on the surrounding environment. With this in mind, it's a good idea to keep an eye open on where your data travels.
115
+
offPIM doesn't include any built-in security features (i.e. local encryption), and relies entirely on the surrounding environment. With this in mind, it's a good idea to keep an eye open on where your data travels.
108
116
Using HTTPS, enforcing database permissions and other security best practices are recommended.
109
117
Authentication when syncing with an external database is done through PouchDB.
Copy file name to clipboardexpand all lines: docs/apps.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Apps
3
3
---
4
4
5
-
Included apps in PIMPIM:
5
+
Included apps in offPIM:
6
6
7
7
* TOC
8
8
{:toc}
@@ -36,5 +36,5 @@ Work in progress
36
36
Work in progress
37
37
38
38
## Make your own
39
-
Pimpim's data model is flat and not relational, which enables other apps to use the same data if replicated to another database, I.E. CouchDB.
39
+
offPIM's data model is flat and not relational, which enables other apps to use the same data if replicated to another database, I.E. CouchDB.
40
40
Create a standalone app or a piece of analytics software to analyze productivity habits, semantics, interessting discoveries about yourself, or `<insert lofty idea here>`.
2. Copy contents of the zip-file to an HTTP-server of your choosing. Preferably in a sub-directory named /pimpim. If another sub-directory is wanted, see instructions below.
0 commit comments