/n-nc-p-pg

Primary LanguageSmarty

n-nc-p-pg

Nginx+NextCloud+php+pgSQL on replit.

APP:

NextCloud

Packages:

THEY ARE TOO MUCH THAT I CAN NOT LIST OUT!

Read replit.nix for more information

Feature:

Nginx(v1.20.2) as frontend but not configured well(your data is expose to net!).

Webdav service goes well,although there are a few problem I could not fix.

You can use sqlite or PostgreSQL by yourself.

Deploy:

Choose "Import from GitHub".

Run on Repl.it

If you use mobile phone,please set the UA of Browser as "Desktop" or maybe replit can not work.

For edu:

  1. Create a Bash-language project.

  2. Copy these code to Replit's Shell and ←

    git clone https://github.com/gityzon/n-nc-p-pg && mv -b n-nc-p-pg/* ./ && mv -b n-nc-p-pg/.[^.]* ./ && rm -rf *~ && rm -rf n-nc-p-pg

  3. After "Loading Nix environment..." is done, ▶RUN!!!

Warn:

Please read "main.sh" for managing your site.

Maybe php works slow if you didn't config it,you may read this document to enhance the performance.