I hereby claim:
- I am MrTrustor on github.
- I am mrtrustor (https://keybase.io/mrtrustor) on keybase.
- I have a public key whose fingerprint is EBF1 737F 11E8 5E6D 81CC 631E 235F 766B 0321 525F
To claim this, I am signing this object:
$ grep -Rn -C 3 --exclude-dir=tests --exclude-dir=migrations "open(" src/ | |
src/paperless/views.py-82- "img", | |
src/paperless/views.py-83- "favicon.ico", | |
src/paperless/views.py-84- ) | |
src/paperless/views.py:85: with open(favicon, "rb") as f: | |
src/paperless/views.py-86- return HttpResponse(f, content_type="image/x-icon") | |
src/paperless/views.py-87- | |
src/paperless/views.py-88- | |
-- | |
src/paperless/checks.py-32- f"__paperless_write_test_{os.getpid()}__", |
#!/bin/bash | |
# Copyright 2019 Théo Chamley | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# https://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
# Check docker install | |
docker version | |
# check docker first run hello world | |
docker run hello-world | |
# Répertoire de travail | |
mkdir demo && cd demo | |
# hello.php |
#!/bin/bash | |
# Copyright 2017 Théo Chamley | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of | |
# this software and associated documentation files (the "Software"), to deal in the Software | |
# without restriction, including without limitation the rights to use, copy, modify, merge, | |
# publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons | |
# to whom the Software is furnished to do so, subject to the following conditions: | |
# | |
# The above copyright notice and this permission notice shall be included in all copies or |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Copyright 2017 Théo Chamley | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of | |
# this software and associated documentation files (the "Software"), to deal in the Software | |
# without restriction, including without limitation the rights to use, copy, modify, merge, | |
# publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons | |
# to whom the Software is furnished to do so, subject to the following conditions: | |
# | |
# The above copyright notice and this permission notice shall be included in all copies or |
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"NotAction": [ | |
"iam:*", | |
"cloudtrail:*" | |
], | |
"Resource": "*" |