Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sansyrox/personal_nas
A script and frontend that will convert an old machine running linux into a personal nas server
https://github.com/sansyrox/personal_nas
flask linux nas nas-server python react systemd
Last synced: 9 days ago
JSON representation
A script and frontend that will convert an old machine running linux into a personal nas server
- Host: GitHub
- URL: https://github.com/sansyrox/personal_nas
- Owner: sansyrox
- Created: 2018-12-22T10:56:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T11:42:34.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T05:27:59.087Z (19 days ago)
- Topics: flask, linux, nas, nas-server, python, react, systemd
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PERSONAL NAS
After checking out a lot of personal NAS severs. I thought I could make a better NAS server myself, and with this thought I saw my old laptop. So I decided to make this awesome personal SAAS NAS server that can run on any old linux pc, which has a UI to simplify the usage for everyone.
---
## Current Issues
- [ ] Need a coherent front end form.
---
## Installation
Installation is pretty simple
Front End
```
npm start
```Back End
```
pip install -r requirements.txt
```---
## Requirements
You will need to basically have python installed on your linux pc---
## Getting Help
Getting help is easy! You can:
* Raise an [issue](https://github.com/sansyrox/personal_nas_server_with_UI/issues/new/choose)
---
## Contributing
Contributions are always welcome! Just make a PR and start the repository :)