[03:46:38]
<satadaes> I've had to modify my /etc/php/8.3/fpm/pool.d/ conf files to do a bunch of speeding up, do you think it would be useful in the guides I write to include example setups for say wordpress/nextcloud etc. It took me longer than I'd care to admit to figure out how to make them work the way I want them, obviously mine wont work for everyone but I think the default values are severely lacking in speed for waht they could perform at
[09:00:59]
<orhtej2> > <@satadaes:matrix.org> I've had to modify my /etc/php/8.3/fpm/pool.d/ conf files to do a bunch of speeding up, do you think it would be useful in the guides I write to include example setups for say wordpress/nextcloud etc. It took me longer than I'd care to admit to figure out how to make them work the way I want them, obviously mine wont work for everyone but I think the default values are severely lacking in speed for waht they could perform at
Feel free to post your findings on the forums, such tutorials are typically posted to Discuss section with Tutorial tag.
[10:44:59]
<Salamandar> Hey, i have a server on which yunohost-portal-api restarts in loop, without much log.
[10:45:13]
<Salamandar> ```
2025-01-20 05:54:02,187 INFO geventwebsocket.handler.log_request - 127.0.0.1 - - [2025-01-20 05:54:02] "GET /public HTTP/1.1" 200 303 0.262565
2025-01-20 06:15:53,576 DEBUG moulinette.actionsmap.generate_cache - generating cache for actions map
2025-01-20 06:15:53,599 DEBUG moulinette.interface.api.run - starting the server instance in localhost:6788
2025-01-20 11:51:57,301 DEBUG geventwebsocket.handler.run_application - Initializing WebSocket
2025-01-20 11:51:57,305 DEBUG geventwebsocket.handler.upgrade_websocket - Validating WebSocket request
2025-01-20 11:51:57,532 DEBUG moulinette.actionsmap.process - loading python module yunohost.portal took 0.224s
2025-01-20 11:51:57,532 DEBUG moulinette.actionsmap.process - processing action 'yunohost.portal.public'
2025-01-20 11:51:57,536 DEBUG moulinette.actionsmap.process - action executed in 0.003s
2025-01-20 11:51:57,538 INFO geventwebsocket.handler.log_request - 127.0.0.1 - - [2025-01-20 11:51:57] "GET /public HTTP/1.1" 200 303 0.237636
2025-01-20 20:08:23,542 DEBUG geventwebsocket.handler.run_application - Initializing WebSocket
2025-01-20 20:08:23,547 DEBUG geventwebsocket.handler.upgrade_websocket - Validating WebSocket request
2025-01-20 20:08:23,550 DEBUG moulinette.actionsmap.process - loading python module yunohost.portal took 0.000s
2025-01-20 20:08:23,550 DEBUG moulinette.actionsmap.process - processing action 'yunohost.portal.public'
2025-01-20 20:08:23,554 DEBUG moulinette.actionsmap.process - action executed in 0.003s
```
[10:54:01]
<Salamandar> I mightve found something
[10:54:08]
<Salamandar> ```
File "/usr/lib/python3/dist-packages/yunohost/utils/sse.py", line 13, in <module>
os.chown("/var/run/yunohost", 0, 0)
PermissionError: [Errno 1] Operation not permitted: '/var/run/yunohost'
```
[10:56:21]
<Salamandar> I stayed on the unstable channel by mistake on this server :D
[10:57:34]
<Salamandar> i commented the two chown / chmod lines in sse.py, it works now
[14:33:17]
<centralscrutinizer> Hello I think I found out what the problem is with the latest synapse and element x. With element x is not possible to log on with CAS, only with username/password. At the moment the option is disabled in synapse, but even after setting the option in homeserver.yaml element x still can't seem to be able to access the server. I think [@josue:tille.ch](https://matrix.to/#/@josue:tille.ch) or [@_bifrost_josue=2fsupport=40conference.yunohost.org:aria-net.org](https://matrix.to/#/@_bifrost_josue=2fsupport=40conference.yunohost.org:aria-net.org) I don't know the maintainer of the synapse package for yunohost know it better
[14:38:49]
<sterno900> Hello Guys I cannot install PufferPanel. it says "An error occurred inside the app installation script"
here is the log https://paste.yunohost.org/raw/iwakifagum
[14:47:03]
<Aleks (he/him/il/lui)> "Admin username minimum length is 5"
[14:47:05]
<Aleks (he/him/il/lui)> 🤔
[16:13:23]
<sterno900> but i was able to install other app with 3 letters
[16:19:50]
<sterno900> so I ssh as root and I was able to install it with another user with 5 letter. thx
[16:21:14]
<sterno900> but I cant access https://pufferpanel.yunohost.local at all. for https://yunohost.local I can.
[16:38:22]
<Salamandar> > <@sterno900:matrix.org> but i was able to install other app with 3 letters
That might be a limitation of the upstream project itself.
[16:48:47]
<sterno900> > <@Salamandar:matrix.org> That might be a limitation of the upstream project itself.
thats what I was thinking
[16:50:02]
<sterno900> now I can after putting 192.168.100.2 pufferpanel.yunohost.local in my host file
[17:11:21]
<colm> Hi all, I filed a bug on the Gitlab-Runner app last week (https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues/132) wondering if anybody knows if this is still maintained? May have fallen out of sync with newer Gitlab Versions?
[17:13:45]
<centralscrutinizer> ok solved, i was modifying the wrong file in the old /etc/yunohost/apps/synapse location...The correct homeserver.yaml is now in /etc/matrix-synapse folder...🥳
[18:10:52]
<colm> > <@colm:matrix.org> Hi all, I filed a bug on the Gitlab-Runner app last week (https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues/132) wondering if anybody knows if this is still maintained? May have fallen out of sync with newer Gitlab Versions?
Alternatively, would the woodpecker ci ynh app be a good replacement for gitlab ci/CD runner? I'm not finding much in the way of documentation for that. Cheers!