Windows support

This commit is contained in:
2023-05-09 16:17:22 +02:00
parent c621d4a335
commit ad2921311a
10 changed files with 3144 additions and 19 deletions

View File

@@ -6,6 +6,10 @@ This is a FUSE filesystem for Moodle. It allows you to mount your Moodle site as
It is a concept that has been around for a while, but I have not found any implementations that I could get to work, or that were not abandoned.
This is my attempt at creating one.
## Windows binary
You can easily grab a windows binary in the _realeases_ section, it behaves as the program, make sure to place the env file alongside it
## Installation
First, you need to create a `.env` file with the following variables:
@@ -26,6 +30,9 @@ python moodlefuse.py
This only works on Linux, as it uses FUSE. I have not tested it on Mac, but it could work there too.
> Q: Why is _refuse_ in the project root?
> It's alpha software with some errors, I managed to make it fit for this project for now
### Requirements
@@ -51,4 +58,4 @@ This only works on Linux, as it uses FUSE. I have not tested it on Mac, but it c
### Demo
![Demo](preview.gif)
![Demo](preview.gif)