Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed Apr 26, 2024
1 parent 60bfa11 commit a426d15
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 362 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: '3'

services:
penx-self-hosted:
image: 0xzion/penx:latest
image: penxio/penx:postgresql-latest
container_name: penx-self-hosted
environment:
- NEXTAUTH_SECRET={{jwt_secret}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document provides a guide for deploying PenX sync server with Docker.

The PenX sync server is packaged using Docker and published to Docker Hub at [hub.docker.com/r/0xzion/penx-sync-server](https://hub.docker.com/r/0xzion/penx-sync-server).
The PenX sync server is packaged using Docker and published to Docker Hub at [hub.docker.com/r/penxio/penx-sync-server](https://hub.docker.com/r/penxio/penx-sync-server).

## Prerequisites

Expand All @@ -19,5 +19,5 @@ docker run -d \
-e REDIS_URL={{redis_url}} \
-e TOKEN={{PenX sync server token}} \
-p 4000:4000 \
0xzion/penx-sync-server:latest
penxio/penx-sync-server:latest
```
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app = "penx-sync-server" # you can use your app name
primary_region = "atl"

[build]
image = "0xzion/penx-sync-server:latest"
image = "penxio/penx-sync-server:latest"

[env]
DATABASE_URL = "postgresql://..."
Expand Down
34 changes: 0 additions & 34 deletions apps/docs/bak/self-hosted/deployment-env.mdx

This file was deleted.

265 changes: 0 additions & 265 deletions apps/docs/bak/self-hosted/prerequisites.mdx

This file was deleted.

11 changes: 0 additions & 11 deletions apps/docs/bak/self-hosted/vercel.mdx

This file was deleted.

3 changes: 1 addition & 2 deletions apps/docs/pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"index": "Introduction",
"register-own-sync-server": "Register own sync server",
"github-backup": "GitHub backup",
"self-hosted": "Self hosted",
"contact": {
"title": "Contact ↗",
"type": "page",
Expand Down
3 changes: 1 addition & 2 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ A structured digital assets wallet for geeks

## About PenX

PenX is a structured note-taking app designed for personal use. In PenX, Privacy is first important thing. our mission is building a elegant tool to manage personal digital assets, like notes, tasks, ideas, password, documents.
An elegant App designed to help you capture, organize, and store your thoughts, tasks, ideas, and information.

## Features

- **Local-First** - You own your data, in spite of the cloud
- **Privacy-First** - Use End-To-End Encryption to sync data
- **Open Source** - Trust our code, not our words
- **Version control** - GitHub-Based Version control Out-of-box

## About the maker

Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a426d15

Please sign in to comment.