Giter Site home page Giter Site logo

urpylka / docker-aptly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bryanhong/docker-aptly

61.0 61.0 25.0 10.43 MB

Apt repository based on Aptly

Home Page: https://hub.docker.com/r/urpylka/aptly

License: Apache License 2.0

Dockerfile 17.21% Shell 82.79%
apt aptly deb debian debian-repositories docker gpg nginx package pgp repository

docker-aptly's People

Contributors

achernya avatar bryanhong avatar cherusk avatar janbraiins avatar jonazpiazu avatar lukasstockner avatar remuswu1019 avatar sangorrin avatar thinhh151 avatar urpylka avatar wellyas avatar zuka0828 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-aptly's Issues

Fix Dead Link Found

I have found Link in docs/README#line112 cannot access:

https://morph027.gitlab.io/post/protect-aptly-api-with-basic-authentication/

I think it could be changed to: https://morph027.gitlab.io/blog/protect-aptly-api-with-basic-authentication/

Please check it. Thanks

Uploading large files

I have some .deb files larger than 100 MB. When uploading them, I get back an HTTP error of 413 - Request Entity Too Large

user@host  ~/> ls -la
[...]
-rw-r--r-- 1 user user 125155444 21. Mai 2020  somefile.deb

user@host ~/> curl -X POST --user xy:pass -F [email protected] https://example.com/api/files/destdir
<html>
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>

The limit is set in nginx.conf of this container (path inside container: /etc/nginx/conf.d/default.conf):

client_max_body_size 100M;

It would be great if that value would be configurable via an environment variable when creating the container.

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.