On Fri, Jan 27, 2023 at 9:20 AM Dima Pasechnik <[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 if you'd like, such as admins. 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/CA%2BBGpn8h8O08oz_v8jznHgSBYLP9whGE2Ko24OWynQj4aXw1rw%40mail.gmail.com.
