On Friday, January 27, 2023 at 9:20:47 AM UTC-8 [email protected] wrote: Hello, our no longer really maintained, but actively used, trac installation https://trac.sagemath.org/ is in the process of migrating to another platform. However, we'd like to keep it up in a read-only form. It's running Trac 1.2 - yes, severe shortage of hands to maintain it
I'm looking for an advice on how to achieve this with minimal intervention, hopefully easily reversible (if migration process will need to be rescheduled we'd like to resume using trac for a while). Ideally, I'd like to do so just by modifying trac.ini Dmitrii Read-only can be achieved by revoking permissions. For the most part, just leave _VIEW permissions for standard users. You can set up permissions groups and continue to allow other users to have write access, such as admins, if you'd like. https://trac.edgewall.org/wiki/TracPermissions The permissions are stored in the database. You may want to screen-capture your current permissions and groups before making any changes, so you can return to it later if needed. Let us know if you need any additional pointers. Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/f7ca7db0-c6af-489a-8816-c0c8e8715e9cn%40googlegroups.com.
