diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2017-10-30 16:48:28 +0000 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2017-10-30 16:48:28 +0000 |
commit | adee3a503a9b07a73676e65df3af2c9abc8f2acf (patch) | |
tree | f8a3d059d06f0bc5289c8c42a1dfd48fc29653d7 | |
parent | f52b09e9e8769871aa360699ff9f9bbd187faa23 (diff) | |
parent | 43546ee506a6c56f5b1e68cd58ad9f7840bb46cd (diff) | |
download | bugseverywhere-adee3a503a9b07a73676e65df3af2c9abc8f2acf.tar.gz |
Merge branch '5a562dff-191c-4dc1-a20c-e6c9ec1ab9a7' into 'master'
Fix up some missing changes from the removal of --auth
See merge request bugseverywhere/bugseverywhere!9
-rw-r--r-- | libbe/command/serve_commands.py | 2 | ||||
-rw-r--r-- | libbe/command/serve_storage.py | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/libbe/command/serve_commands.py b/libbe/command/serve_commands.py index c2a1be8..d380a8d 100644 --- a/libbe/command/serve_commands.py +++ b/libbe/command/serve_commands.py @@ -171,8 +171,6 @@ And in another terminal (or after backgrounding the server):: If you bind your server to a public interface, take a look at the ``--read-only`` option so other people can't mess with your repository. - - $ be --server http://username:password@localhost:8000/ list """ diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py index e32c5bc..1d8d0dd 100644 --- a/libbe/command/serve_storage.py +++ b/libbe/command/serve_storage.py @@ -285,11 +285,7 @@ And in another terminal (or after backgrounding the server):: $ be --repo http://localhost:8000/ list If you bind your server to a public interface, take a look at the -``--read-only`` option or the combined ``--ssl --auth FILE`` -options so other people can't mess with your repository. If you do use -authentication, you'll need to send in your username and password:: - - $ be --repo http://username:password@localhost:8000/ list +``--read-only`` option so other people can't mess with your repository. """ |