• Stars
    star
    194
  • Rank 199,619 (Top 4 %)
  • Language
    Shell
  • License
    GNU Affero Genera...
  • Created about 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Aurora Files is an open-source file storage platform.

Build Status

Aurora Files

Aurora Files is an open-source file storage platform, built to give you an ability to create your own cloud storage on your hardware by your rules. The file storage can be accessed from web browser or using native clients for Windows, iOS and Android operating systems. Alternatively you can use third-party WebDAV clients. For more informaition please visit Aurora File home page. Look at Aurora Files live demo.

Afterlogic Aurora Files: Files List

Aurora Files includes Paranoid Encryption module which provides strong AES-256 browser-based encryption. File content is transmitted to the server in encrypted form only, encryption keys are never transmitted to the server at all. Thus, even if the entire data from the server was stolen, your encrypted data is still safe: any data on the server cannot help decrypt encrypted files without the keys.

Installation instructions

During installation process you will need:

  1. Download and unpack the latest version of Aurora Files into your installation root directory https://github.com/afterlogic/aurora-files/archive/latest.zip

We're assuming that you wish to install the latest stable version of the product. If you're looking for the latest code (e.g., to contribute changes), the following steps needs to be taken:

  • Instead of unpacking the archive, clone the repository into the installation directory:
git clone https://github.com/afterlogic/aurora-files.git INSTALL_FOLDER_PATH
  • change modules' versions in composer.json file to "dev-master"
  1. composer.phar file is available in repository, but you can download its latest version 2 from https://getcomposer.org/composer.phar

  2. Run composer installation process by running the following from command line:

    php composer.phar install

    NB: It is strongly advised to run composer as non-root user. Otherwise, third-party scripts will be run with root permissions and composer issues a warning that it's not safe. We recommend running the script as the same user web server runs under.

  3. Next, you need to build static files for the current module set. First of all, install all npm dependencies via

    npm install

    then install the dependencies required for adminpanel to work

    cd modules/AdminPanelWebclient/vue
    npm install
    npm install -g @quasar/cli

    or you can execute all the actions mentioned above by using the following command

    chmod +x builder.sh
    ./builder.sh -t npm
    
  4. Now you can build static files. Run the following commands in main directory

    npm run styles:build --themes=Default,DefaultDark,DeepForest,Funny,Sand
    npm run js:build
    npm run js:min

    and build adminpanel

    cd modules/AdminPanelWebclient/vue
    npm run build-production

    or use all-in-one command

    ./builder.sh -t build
    
  5. Now you are ready to open a URL pointing to the installation directory in your favorite web browser. Be sure to add /adminpanel/ to main URL to access admin interface.

  6. Upon installing the product, you'll need to configure your installation.

IMPORTANT:

  1. Make sure data directory is writable by web server. For example:

    chown -R www-data:www-data /var/www/aurora/data
  2. It is strongly recommended to runs the product under https. If you run it under http, the majority of features will still be available, but some functionality aspects, such as authentication with Google account, won't work.

To enable automatic redirect from http to https, set RedirectToHttps to On in data/settings/config.json file.

Protecting data directory

All configuration files of the application and user data are stored in data directory, so it's important to protect data directory to make sure that users cannot access that directory over the Internet directly.

Licensing

This product is licensed under AGPLv3. The modules and other packages included in this product as dependencies are licensed under their own licenses.

NB: Afterlogic Aurora modules which have dual licensing are licensed under AGPLv3 within this product.

More Repositories

1

webmail-lite

AfterLogic WebMail Lite PHP. Fast and easy-to-use webmail front-end for your existing IMAP mail server, Plesk or cPanel.
PHP
440
star
2

webmail-lite-8

Open-source webmail script for existing IMAP server
Shell
307
star
3

webmail-pro-8

Webmail front-end for existing mail server, with personal calendar, contacts, and mobile sync.
Shell
31
star
4

docker-webmail-lite

Docker for Afterlogic WebMail Lite
Dockerfile
14
star
5

aurora-framework

PHP
8
star
6

nextcloud-connector

Nextcloud integration with Afterlogic Webmail client
PHP
6
star
7

MailSo

PHP
6
star
8

aurora-module-mail-change-password-hmailserver-plugin

PHP
6
star
9

aurora-module-mail

PHP
4
star
10

docker-webmail-pro

Docker for Afterlogic WebMail Pro
Dockerfile
4
star
11

nextcloud-sample-app

Sample application for Nextcloud
PHP
3
star
12

aurora-platform

Shell
3
star
13

aurora-module-mail-change-password-poppassd-plugin

PHP
2
star
14

aurora-module-ldap-auth

PHP
2
star
15

aurora-module-calendar

PHP
2
star
16

aurora-module-ldap-change-password-plugin

PHP
2
star
17

aurora-mail-app-flutter

Dart
2
star
18

aurora-module-s3-filestorage

PHP
2
star
19

docker-aurora-files

Docker for Afterlogic Aurora Files
Dockerfile
2
star
20

aurora-module-s3-corporate-filestorage

PHP
2
star
21

aurora-module-core

System module that provides core functionality such as User management, Tenants management
PHP
2
star
22

aurora-module-cpanel-integrator

PHP
2
star
23

plugin-import-export-mail

PHP
1
star
24

plugin-hmailserver-change-password

PHP
1
star
25

afterlogic-real-estate-case-sir

PM: Nikolay Gunchenko
HTML
1
star
26

test-files-app

Dart
1
star
27

aurora-module-licensing

PHP
1
star
28

aurora-module-contacts

PHP
1
star
29

android-files-app

Java
1
star
30

dav

PHP
1
star
31

aurora-module-webclient-mail

JavaScript
1
star
32

aurora-module-webclient-core-paranoid-encryption-plugin

Paranoid Encryption module allows you to encrypt files in File module using client-based functionality only.
JavaScript
1
star
33

aurora_logger_flutter

Dart
1
star
34

aurora-module-mail-change-password-cpanel-plugin

Allows users to change passwords on their email accounts hosted by cPanel.
PHP
1
star
35

build_variant

Dart
1
star
36

aurora-files-app-flutter

Dart
1
star
37

aurora-module-mail-signup-directadmin

Allows users to create new email accounts for themselves on DirectAdmin.
PHP
1
star
38

plugin-force-plaintext-mails

PHP
1
star
39

aurora-module-webclient-openpgp

JavaScript
1
star
40

android-contacts-app

Kotlin
1
star
41

aurora-module-googledrive

Adds ability to work with Google Drive file storage inside Aurora Files module
PHP
1
star
42

aurora_ui_kit_flutter

Dart
1
star
43

aurora-module-webclient-iframe-app

JavaScript
1
star
44

plugin-cpanel-change-password

PHP
1
star
45

aurora-module-simple-chat

JavaScript
1
star
46

aurora-module-twilio

Module adds calling functionality by implementing twilio api
PHP
1
star
47

aurora-module-webclient-standard-register-form

Displays standard register form with ability to specify user name, account login and password
JavaScript
1
star