admin to manage users

2023-11-27 Thread v...@myridia.com
Hi,
I'm using Kallithea since many years, I'm happy with it.
How to set up my admin account, so I can manage other users.
I do not see any menu link to user and group management.





___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: BUG: Cannot browse files

2020-08-23 Thread v...@myridia.com
hi, I just install the latest over pip and I use python 3.8.5
all works good
https://calantas.org/bw-coupon/files/861e338b686dfdd55586d5182fcc2ba4e80f2b88/admin/images


On Sun, August 23, 2020 7:06 pm, Mads Kiilerich wrote:
> On 8/23/20 7:29 AM, Thomas De Schampheleire wrote:
>
>>
>> Aug 22 22:29:49 universe gearbox[22393]:   File
>> "/srv/kallithea/venv/lib/python3.7/site-packages/kallithea/lib/vcs/nodes
>> .py",
>>
>>
>> line 587, in __init__ Aug 22 22:29:49 universe gearbox[22393]:   
>>  self.path =
>> name.rstrip('/') Aug 22 22:29:49 universe gearbox[22393]: TypeError: a
>> bytes-like object is required, not 'str'
>>
>>
>>
>> I think this is the problem fixed by following commit on the stable
>> branch:
>>
>>
>> https://kallithea-scm.org/repos/kallithea/changeset/f48b12755d83cba1c8e
>> 6613e9df2b004ade3721f
>>
>>
>>
>> There is no release yet with that included, but you could either
>> install from the repo, or patch locally.
>
>
> We never got a reproducible test case for the report that caused the
> fix. It would be nice if you could confirm it solves your problem.
>
> /Mads
>
>
> ___
> kallithea-general mailing list kallithea-general@sfconservancy.org
> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
>
>




___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: Kallithea as a public repo server ?

2019-08-22 Thread v...@myridia.com
it works great,

i'm using my own kallithea since the microsoft cooperation took over github.
https://www.calantas.org

i use https://www.froxlor.org/ to manage the debian-server virtual hosts
(build in with auto letsencrypt api access)
and with its own vHost-settings for calantas.org domain i use:

ServerName calantas.org

Require all granted

ProxyPreserveHost On
ProxyPass / http://127.0.0.1:5000/
ProxyPassReverse / http://127.0.0.1:5000/


to run kallithea itself i use debian packed supervisor:
#root:/etc/supervisor/calantas.conf

program:calantas]
environment=PATH="/var/customers/apps/kallithea-venv/bin:%(ENV_PATH)s"
directory=/var/customers/apps/calantas
command=/var/customers/apps/kallithea-venv/bin/gearbox serve -c
/var/customers/apps/calantas/my.ini
autorestart=true
startretries=100
startsecs=0


i would like to easy template the site and have a javascript free versions.
i'm thinking to use the kallithea API to make this once i have some spare
time.


On Thu, August 22, 2019 1:46 pm, Nicolas Pinault wrote:
> Hi,
>
>
> I currently use Kallithea (with Mercurial) at work for private projects
> on a private network. I do the same at home.
> I also have personal public repos at Bitbucket (still using Mercurial).
> As you may know, Bitbucket will drop Mercurial  support next year.
> As my home server is accessible from the Internet, I'm wondering if I'm
> going to make my personal instance of Kallithea public (behing nginx) and
> transfert my Bitbucket projects on it. However, I'm very concerned about
> security. I'm not a sys admin with much security knowledge. Is it safe to
> host a public instance of Kallithea on my home server ? What should I be
> aware of to get a safe system ?
>
> Nicolas
>
>
> ___
> kallithea-general mailing list kallithea-general@sfconservancy.org
> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
>
>


___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


git post buffer too small, where to set the default

2018-07-26 Thread v...@myridia.com
hi,
on some of my new git projects im getting the error:
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly

after i increase the buffer size inside my project with the command below it 
works fine.
where can set i set the  buffer size for the default kallithea git project.
git config http.postBuffer 524288000

issue:
http://myridia.com/dev_posts/view/2102 


thanks,___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general