https://github.com/01one/officeshare
Open Source Minimalist File Sharing Application For Office And Small Business
https://github.com/01one/officeshare
file-download file-server-python file-sharer file-sharing file-upload mongodb peewee python python-mongodb socketio sqlalchemy sqlite3 tornado-framework
Last synced: 7 months ago
JSON representation
Open Source Minimalist File Sharing Application For Office And Small Business
- Host: GitHub
- URL: https://github.com/01one/officeshare
- Owner: 01one
- License: mit
- Created: 2024-09-03T08:32:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T11:56:20.000Z (about 1 year ago)
- Last Synced: 2025-02-05T00:28:24.586Z (8 months ago)
- Topics: file-download, file-server-python, file-sharer, file-sharing, file-upload, mongodb, peewee, python, python-mongodb, socketio, sqlalchemy, sqlite3, tornado-framework
- Language: HTML
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
Change the necessary data when deploying in a real-world application.
Update the password, cookie secret, and if using PostgreSQL with the (Docker Compose), you can Edit the Docker Compose password and username to configture the database.You can test this application on Render, especially with the SQLite version.
However, for long-term data storage, use PostgreSQL.Currenly Debug Mode is on For testing
You can turn off the debug mode by
editing end the app.py in the
app = Application([
#app content
], debug=True, **settings)Make the debug mode false
debug=False