Coder Social home page Coder Social logo

jocat / beautiful-listing Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 6.0 115 KB

Templates for beautiful file listing for apache and nginx (+ fancyindex)

HTML 35.71% CSS 25.93% JavaScript 33.42% Makefile 3.12% Dockerfile 1.81%
apache apache2 nginx fancyindex

beautiful-listing's Introduction

Beautiful listing

Шаблоны для красивого листинга файлов для apache и nginx (+ fancyindex)

Инструкция для каждого варианта лежит внутри их папок

Template example

beautiful-listing's People

Contributors

jocat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

beautiful-listing's Issues

Axios

Как можно реализовать POST, чтобы получить список серверов в виде json?

Nginx and async download

Как сделать, чтобы при скачивании с облака, можно было переходить в другие диррективы. В моём случае виснет и, пока не скачается файл, нельзя перемещаться.

Конфиг nginx:
`server {
listen 80 default_server;
listen [::]:80 default_server;

    index index.html index.htm index.nginx-debian.html;

    server_name mirror-sky.xyz;

    location / {
    root /var/www/mirror;
    add_header 'Access-Control-Allow-Origin' '*';
autoindex on; # �������� ����� ��������� ������
autoindex_localtime on; # ������� ����� � �������� �������� � ��������� ��������� ����
autoindex_exact_size off; # ��������� ������� ������ � �������� �������� �� ��������, �������� � ��������
sub_filter '<html>' ''; # ������� � ������� �������� �� ������ ��� ����
sub_filter '<head><title>Index of $uri</title></head>' '';
sub_filter '<body>' '';
sub_filter '<h1>Index of $uri</h1><hr>' '';
sub_filter '<hr></body>' '';
sub_filter '</html>' '';
sub_filter_once on; # �������� ����������� ������������ ��������
add_before_body /.html/header.html; # ���������� "�����" �����
add_after_body /.html/footer.html; # ���������� "������" �����
    }

}
`
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.