Adding Tahoe-LAFS (ongoing)

Contributes to #4.

Adding a Tahoe-LAFS instance to enable testing of saving data to a
descentralized file system.
This commit is contained in:
Rodrigo Pinto 2024-11-09 18:44:27 -03:00
commit 66a45e19f3
3 changed files with 1005 additions and 8 deletions

View file

@ -4,27 +4,25 @@ Private Facts is a web app to track your private info.
[//]: # (Tahoe Logo) [//]: # (Tahoe Logo)
[//]: # (Badges: Build status, UV, Python version, Downloads) [//]: # (Badges: Build status, UV, Python version, Downloads)
#### Why private facts? #### Why private facts?
The project intends to be a demonstration of how to use [Tahoe-lafs]() "provider independent privacy". The project intends to be a demonstration of how to use [Tahoe-lafs]() "provider independent privacy".
## Installation ## Installation
#### Install from source ### Install from source
```bash ```bash
git clone https://github.com/blaisep/private_facts.git && cd private_facts git clone https://github.com/blaisep/private_facts.git && cd private_facts
``` ```
#### Install from (Docker) Image ### Install from (Docker) Image
TBA TBA
#### ###
```bash ```bash
a bash code block a bash code block
@ -34,7 +32,6 @@ a bash code block
### Run using a (OCI) container ### Run using a (OCI) container
```python ```python
A Python code block A Python code block
``` ```
@ -43,7 +40,6 @@ A Python code block
The project issue tracker is getting migrated. For now, feel free to open an issue and let us know how how to improve. The project issue tracker is getting migrated. For now, feel free to open an issue and let us know how how to improve.
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first Pull requests are welcome. For major changes, please open an issue first

View file

@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [] dependencies = [
"tahoe-lafs>=1.19.0",
]

999
uv.lock generated

File diff suppressed because it is too large Load diff